commento.scss: have root-font take precedence

This commit is contained in:
Adhityaa Chandrasekar
2019-05-03 19:38:23 -04:00
parent 504d1bf866
commit ab312bfe20
2 changed files with 9 additions and 10 deletions

View File

@@ -1805,6 +1805,9 @@
}
classAdd(root, "root");
if (noFonts !== "true") {
classAdd(root, "root-font");
}
loginBoxCreate();
@@ -1815,10 +1818,6 @@
var footer = footerLoad();
cssLoad(cdn + "/css/commento.css", "window.commento.loadCssOverride()");
if (noFonts !== "true") {
classAdd(root, "root-font");
}
selfGet(function() {
commentsGet(function() {
modToolsCreate();