(Replaced content with "→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; }") Tags: Replaced Manual revert |
No edit summary Tag: Reverted |
||
Line 6: | Line 6: | ||
font-family: 'Orbitron', sans-serif; | font-family: 'Orbitron', sans-serif; | ||
font-weight: bold; | font-weight: bold; | ||
} | |||
.vector-menu-tabs-legacy li a { | |||
padding-left: 8px; // Make sure this is consistent | |||
padding-right: 8px; // Make sure this is consistent | |||
} | } |
Revision as of 23:14, 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; } .vector-menu-tabs-legacy li a { padding-left: 8px; // Make sure this is consistent padding-right: 8px; // Make sure this is consistent }