css: factor out colors from main css (#4158).

This commit is contained in:
evazion
2019-09-17 00:28:41 -05:00
parent d203a543d0
commit c325bfa199
52 changed files with 519 additions and 332 deletions

View File

@@ -1,5 +1,3 @@
@import "../base/000_vars.scss";
#maintoggle {
display: none;
}
@@ -12,7 +10,7 @@ header#top {
menu {
margin-top: -2px;
background: $menu_color;
background: var(--subnav-menu-background-color);
padding: 6px 20px;
form {
@@ -39,13 +37,13 @@ header#top {
background: none;
li.current a {
background: $menu_color;
background: var(--subnav-menu-background-color);
font-weight: bold;
}
li#nav-sign-in a {
font-weight: bold;
color: #e00;
color: var(--sign-in-link-color);
}
li.forum-updated a {