No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 16: | Line 16: | ||
#mw-panel { | #mw-panel { | ||
font-family: 'Orbitron', sans-serif; | font-family: 'Orbitron', sans-serif; | ||
font-size: | font-size: 18px; /* Adjust the font size if needed */ | ||
color: #333; /* Adjust the font color if needed */ | color: #333; /* Adjust the font color if needed */ | ||
} | } |
Revision as of 03:41, 19 May 2024
/* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap'); .sci-fi-font { font-family: 'Orbitron', sans-serif; font-weight: bold; } /* Import Orbitron font from Google Fonts */ @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap'); /* Apply Orbitron font to the sidebar text */ #mw-panel { font-family: 'Orbitron', sans-serif; font-size: 18px; /* Adjust the font size if needed */ color: #333; /* Adjust the font color if needed */ } /* Apply Orbitron font to the sidebar links */ #mw-panel .vector-menu-content a { font-family: 'Orbitron', sans-serif; color: #000; /* Adjust the link color if needed */ }