User:Addela/vector.css: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
(darkening up the dark mode for myself a little)
 
(No difference)

Latest revision as of 11:42, 3 January 2024

:root {    
	--bg-main: rgb(15 13 10);
    --bg-dark: rgb(22 21 19);
    --bdr-white: rgb(160 160 160);
    --bdr-color: rgb(109 69 44);
    --fg: rgba(255, 255, 255, 0.9);
    --link: rgb(239 175 111);
    --link-vis: rgb(213 174 136);
    --link-new: rgb(220 70 70);
    --bg3wiki-accent: #3a2d23;
    --bg3wiki-accent-text: #cec3ac;
    --bg3wiki-tooltip-border: rgb(109 69 44);
    --bg3wiki-wikitable-bg: #1e1712;}