css: factor out colors from main css (#4158).
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user