MediaWiki:Tweeki.css: Difference between revisions

From Kitesurf Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:
.navbar {
.navbar {
     background-color: #92ecc1c7 !important;
     background-color: #92ecc1c7 !important;
    color: #06853b !important;
}
}



Latest revision as of 12:37, 17 September 2023

/* CSS placed here will affect users of the Tweeki skin */
.navbar {
    background-color: #92ecc1c7 !important;
    color: #06853b !important;
}

.btn-primary {
    background-color: #4eae8a !important;
    border-color: #4eae8a !important;
}