You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current stylesheet import order is causing style overrides. For example: the bootstrap stylesheet is overriding the the font styling in stylesheet styles1.css.
The re-ordering would apply the original styles1.css author's intended font for both headers and paragraph elements. The outcome would appear as follows:
before style import re-order:
after style import re-order:
@sudz123 If this change is too drastic, the best option, in my opinion, would be to remove the font-styling in styles1.css (so bootstrap's font gets inherited). I can always open a pull request with the changes upon request, or if someone else would like, they can do so as well.
The text was updated successfully, but these errors were encountered:
Description:
The current stylesheet import order is causing style overrides. For example: the bootstrap stylesheet is overriding the the font styling in stylesheet
styles1.css
.Solution:
Reorganize the stylesheet import order as such:
The re-ordering would apply the original
styles1.css
author's intended font for both headers and paragraph elements. The outcome would appear as follows:before style import re-order:
after style import re-order:
@sudz123 If this change is too drastic, the best option, in my opinion, would be to remove the font-styling in styles1.css (so bootstrap's font gets inherited). I can always open a pull request with the changes upon request, or if someone else would like, they can do so as well.
The text was updated successfully, but these errors were encountered: