More actions
No edit summary |
No edit summary Tag: Reverted |
||
Line 5: | Line 5: | ||
font-family: 'Roboto Condensed', sans-serif; | font-family: 'Roboto Condensed', sans-serif; | ||
font-variant: normal; | font-variant: normal; | ||
} | |||
#mw-header-container { | |||
background-color: #000066; | |||
} | |||
#mw-header-container a, h2 { | |||
color: white; | |||
} | } |
Revision as of 18:01, 23 July 2023
/* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap'); #p-logo-text a { font-size:26px; font-family: 'Roboto Condensed', sans-serif; font-variant: normal; } #mw-header-container { background-color: #000066; } #mw-header-container a, h2 { color: white; }