User:Averon25/monobook.css
From Homestar Runner Wiki
(Difference between revisions)
Line 1: | Line 1: | ||
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap'); | ||
- | h2, h3 | + | h1, h2, h3 |
{ | { | ||
font-family: "Luckiest Guy", fantasy; | font-family: "Luckiest Guy", fantasy; |
Revision as of 02:14, 23 May 2022
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap'); h1, h2, h3 { font-family: "Luckiest Guy", fantasy; } /* change the gradient bars */ td.MainPageKnowledgeBaseBox h3 { background: #C01C1D; background: linear-gradient(#C01C1D, #ED1E11 25%, #750500) !important; border-radius: 1rem; color: #fff; } td.MainPageWhatsNewBox h3 { background: #C01C1D; background: linear-gradient(#4B77B5, #5490DA 25%, #083A78) !important; border-radius: 1rem; color: #fff; }