From 517ca0ac61dc66a5a20cfb0468145ef33e2eefe2 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 4 Mar 2022 20:09:22 +0000 Subject: add icons to inventory tabs --- src/app.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/app.css') diff --git a/src/app.css b/src/app.css index 154cdc0..334ecbc 100644 --- a/src/app.css +++ b/src/app.css @@ -4,6 +4,8 @@ --theme-lightest-background: #333; --theme-main-text: #eee; --theme-darker-text: #999; + --theme-anchor-color: #19f; + --theme-transparent-border: rgba(128, 128, 128, 0.3); --theme-yellow: #ff0; } @@ -168,7 +170,7 @@ button:hover { /* base styles for anchor tags */ a { - color: #19f; + color: var(--theme-anchor-color); text-decoration: none; } -- cgit