MediaWiki: Tweeki.css: Difference between revisions
From DivNull RPG
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
body { | body { | ||
font-family: "proxima-nova", | font-family: "proxima-nova",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; | ||
} | } | ||
mw-navigation { | #mw-navigation { | ||
background-color: rgba(85, 51, 85, 0.5); | background-color: rgba(85, 51, 85, 0.5); | ||
color: white; | color: white; |
Revision as of 02:51, 24 December 2023
body { font-family: "proxima-nova",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; } #mw-navigation { background-color: rgba(85, 51, 85, 0.5); color: white; } .firstHeading { text-align: left; } a { color: #370E5E; }