From 29659e24a365855251f4269f373c3a230e924ec7 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 17 May 2020 08:56:54 -0700 Subject: [PATCH] Use named color to set the character of the character-reveal element This makes me so happy! With these named colors, a low-level style file like this one now has no explicit color values in it, but instead simply inherits the defined, named colors from the theme above. --- empires/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/empires/style.css b/empires/style.css index 5dcda65..8298a65 100644 --- a/empires/style.css +++ b/empires/style.css @@ -33,7 +33,7 @@ } #character-reveal { - color: #333738; + color: var(--text-fg-color); font-size: 300%; font-weight: bold; } -- 2.43.0