X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=style.css;h=095f6023f0c84362fdd74a84560c87a2e73f8e07;hb=13375caac10b8303640e39e558ef7ed8e737c40b;hp=a3219e20821c34956fc5e0fabdbb2a1fddf6cd23;hpb=439b3f81a9a1e0527b81319a9026dcbab456a495;p=lmno.games diff --git a/style.css b/style.css index a3219e2..095f602 100644 --- a/style.css +++ b/style.css @@ -10,6 +10,7 @@ :root { /* Standard colors for text. */ --text-fg-color: #333738; + --text-fg-color-max-contrast: black; --text-bg-color: white; --outside-page-bg-color: #333738; @@ -25,21 +26,24 @@ /*\ |*| -|*| Core elements: Sizing and padding +|*| Core elements: Sizing, padding, and application of theme colors |*| \*/ body { line-height: 1.25; font-family: sans-serif; + color: var(--text-fg-color-max-contrast); } h1 { + color: var(--text-fg-color); font-size: 150%; font-weight: bold; } h2 { + color: var(--text-fg-color); font-size: 110%; font-weight: bold; }