Foreground.css: Difference between revisions
From Redrock Wiki
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
ul#top-bar-left li a | ul#top-bar-left li a | ||
{ | { | ||
background: # | background: #E5E5E5; | ||
} | } | ||
ul#top-bar-right li, | ul#top-bar-right li, | ||
ul#top-bar-right li a { | ul#top-bar-right li a { | ||
background: # | background: #E5E5E5; | ||
} | } | ||
Line 24: | Line 24: | ||
ul#top-bar-right li a:hover { | ul#top-bar-right li a:hover { | ||
background: #616161; | background: #616161; | ||
color: # | color: #E200AA; | ||
} | } |
Revision as of 15:29, 29 July 2021
nav.top-bar,
.top-bar.expanded .title-area {
background: #E5E5E5;
}
#navwrapper {
background: #E200AA;
}
ul#top-bar-left li,
ul#top-bar-left li a
{
background: #E5E5E5;
}
ul#top-bar-right li,
ul#top-bar-right li a {
background: #E5E5E5;
}
ul#top-bar-left li:hover,
ul#top-bar-left li a:hover,
ul#top-bar-right li:hover:not(.has-form),
ul#top-bar-right li a:hover {
background: #616161;
color: #E200AA;
}