MediaWiki:Tweeki.css: Difference between revisions

From Kitesurf Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Tweeki skin */
/* CSS placed here will affect users of the Tweeki skin */
header {
.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;
}