Fix color for label in nav in Fallen theme (#37)

This commit is contained in:
Denis Semenov
2020-11-14 22:11:55 -05:00
committed by GitHub
parent 5d2da50f38
commit a5f4a5c868
+2 -1
View File
@@ -9,7 +9,8 @@
padding: 0;
padding-left: 2px!important;
vertical-align: middle;
white-space: nowrap
white-space: nowrap;
color: <?php echo $GLOBALS['cfg']['MainColor'] ?>
}
.navigation_separator {