From 4c46fcb375a66e445734d459637bfa36bf105225 Mon Sep 17 00:00:00 2001 From: Fiki Maulana Date: Mon, 12 Oct 2020 16:24:13 +0700 Subject: [PATCH] Change link color of non active navbar follow the theme's text color (#448) --- css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/styles.css b/css/styles.css index ee911500a..631629912 100644 --- a/css/styles.css +++ b/css/styles.css @@ -682,6 +682,10 @@ input:disabled + .slider { width: 100%; } +#workday-waiver-window a.nav-link:not(.active) { + color: var(--page-color); +} + /** Day view related styles **/ html[data-view='day'] .container {