MediaWiki:Tweeki.css: Difference between revisions

From Kitesurf Wiki
Jump to navigation Jump to search
(updated skin style)
 
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Tweeki skin */
/* CSS placed here will affect users of the Tweeki skin */
.navbar {
header {
     background-color: '#92ecc1c7' !important;
     background-color: '#92ecc1c7' !important;
}
}

Revision as of 12:33, 17 September 2023

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

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