From 65aa392895988e9610c1f91087a443d7c7c1cb6a Mon Sep 17 00:00:00 2001 From: Jarkko Moilanen Date: Sat, 7 Sep 2024 19:03:44 +0400 Subject: [PATCH] Update screen.css.scss --- source/stylesheets/screen.css.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/stylesheets/screen.css.scss b/source/stylesheets/screen.css.scss index 4e3dc1c..8c19eed 100644 --- a/source/stylesheets/screen.css.scss +++ b/source/stylesheets/screen.css.scss @@ -153,14 +153,14 @@ html, body { // This is the currently selected ToC entry .toc-link.active { - background-color: $nav-active-bg; - color: $nav-active-text; + background-color: #144378; + color: #fff; } // this is parent links of the currently selected ToC entry .toc-link.active-parent { - background-color: $nav-active-parent-bg; - color: $nav-active-parent-text; + background-color: #144378; + color: #fff; } .toc-list-h2 { @@ -378,7 +378,7 @@ html, body { border-top: 0px solid #ccc; padding-top: 1.2em; padding-bottom: 1.2em; - background-color: transparent; + background-color: transparent margin-right: 1px; }