From bdc037d37ce755838cc2bf73369f5057ecb11c18 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Mon, 28 Oct 2019 09:05:11 -0700 Subject: [PATCH] Update styles.css --- data/site/styles.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/data/site/styles.css b/data/site/styles.css index 39b8650a..b308f849 100644 --- a/data/site/styles.css +++ b/data/site/styles.css @@ -39,7 +39,8 @@ --shifting-color-1: #00c300; --shifting-color-1-light: #c8ff64; --light-color: #eee; - --clear-selected: #fff4; + --clear-tab: #fff2; + --clear-selected: #fff6; --dark-color: #333; --clear-light: #0001; --clear-dark: #0003; @@ -295,13 +296,15 @@ footer a:hover { } .tabButton { text-align: center; - background: var(--clear-light); + background: var(--clear-tab); border: 1px solid var(--light-color); font: 1.2em belerenbsc; padding: 0.1em 0em; } .tabButton.activeTab { background: var(--clear-selected); + text-decoration: underline; + text-decoration-color: var(--shifting-color-1-light) } .tabContent { display: none;