From 24629df8504bcb27d13e7241f0bc8485cd0fa755 Mon Sep 17 00:00:00 2001 From: Fiki Maulana Date: Mon, 12 Oct 2020 14:41:44 +0700 Subject: [PATCH] Change link color of non active navbar follow the theme's text color --- css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/styles.css b/css/styles.css index e74e5853b..c1090b471 100644 --- a/css/styles.css +++ b/css/styles.css @@ -678,6 +678,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 {