MediaWiki

Foreground.css: Difference between revisions

(Blanked the page)
Tag: Blanking
No edit summary
Line 1: Line 1:
 
/* Custom Foreground menubar colors */
.top-bar,
.top-bar-section ul,
.top-bar-section ul li.active > a,
.top-bar-section li a:not(.button),
.top-bar-section .has-form {
    background: #1a86b2;
    color: #000;
    height:68px !important;
}

Revision as of 16:26, 31 October 2019

/* Custom Foreground menubar colors */
.top-bar,
.top-bar-section ul,
.top-bar-section ul li.active > a,
.top-bar-section li a:not(.button),
.top-bar-section .has-form {
    background: #1a86b2;
    color: #000;
    height:68px !important;
}