User:Polavux/common.css: Difference between revisions
Created page with "→light mode palette wip: →note: do not try this yourself or you will crap your pants and die: :root { --text: #202122!important; --text-emphasized: #000000!important; --text-subtle: #a2a9b1; --text-link: #0645ad!important; --text-link--hover: #7fc6ef; --text-external: #8891df; --text-external--hover: #b6c3ff; --text-redlink: #ef6266; --text-redlink--hover: #ff91a4; --bg-primary: #a2a9b1!important; --bg-secondary: #dcdcdc..." |
mNo edit summary |
||
| Line 1: | Line 1: | ||
/* light mode palette wip */ | /* light mode palette wip */ | ||
/* note: do not try this yourself or you will crap your pants and die */ | /* note: do not try this yourself or you will crap your pants and die */ | ||
:root { | /*:root { | ||
--text: #202122!important; | --text: #202122!important; | ||
--text-emphasized: #000000!important; | --text-emphasized: #000000!important; | ||
| Line 44: | Line 44: | ||
--border-added: #2a4b8d; | --border-added: #2a4b8d; | ||
--border-removed: #a66200; | --border-removed: #a66200; | ||
} | }*/ | ||