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