From 9281b7ccfff0398523bf94f366e60fdc40ec48f5 Mon Sep 17 00:00:00 2001 From: Evan Hemsley <2342303+ehemsley@users.noreply.github.com> Date: Tue, 21 May 2019 19:13:45 -0700 Subject: [PATCH] update colors --- static/css/theme-encompass.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/css/theme-encompass.css b/static/css/theme-encompass.css index 0bac95f..35acf0d 100644 --- a/static/css/theme-encompass.css +++ b/static/css/theme-encompass.css @@ -4,7 +4,7 @@ --MAIN-TEXT-color:#323232; /* Color of text by default */ --MAIN-TITLES-TEXT-color: #5e5e5e; /* Color of titles h2-h3-h4-h5 */ --MAIN-LINK-color:#267D40; /* Color of links */ - --MAIN-LINK-HOVER-color:#167ad0; /* Color of hovered links */ + --MAIN-LINK-HOVER-color:#011936; /* Color of hovered links */ --MAIN-ANCHOR-color: #267D40; /* color of anchors on titles */ --MENU-HEADER-BG-color:#225969; /* Background color of menu header */ @@ -14,14 +14,14 @@ --MENU-SEARCH-BOX-color: #93B7C1; /* Override search field border color */ --MENU-SEARCH-BOX-ICONS-color: #C8DCE2; /* Override search field icons color */ - --MENU-SECTIONS-ACTIVE-BG-color:#20272b; /* Background color of the active section and its childs */ - --MENU-SECTIONS-BG-color:#252c31; /* Background color of other sections */ + --MENU-SECTIONS-ACTIVE-BG-color:#03254E; /* Background color of the active section and its childs */ + --MENU-SECTIONS-BG-color:#011936; /* Background color of other sections */ --MENU-SECTIONS-LINK-color: #ccc; /* Color of links in menu */ --MENU-SECTIONS-LINK-HOVER-color: #e6e6e6; /* Color of links in menu, when hovered */ --MENU-SECTION-ACTIVE-CATEGORY-color: #777; /* Color of active category text */ - --MENU-SECTION-ACTIVE-CATEGORY-BG-color: #fff; /* Color of background for the active category (only) */ + --MENU-SECTION-ACTIVE-CATEGORY-BG-color: #fcf7f8; /* Color of background for the active category (only) */ - --MENU-VISITED-color: #33a1ff; /* Color of 'page visited' icons in menu */ + --MENU-VISITED-color: #267D40; /* Color of 'page visited' icons in menu */ --MENU-SECTION-HR-color: #20272b; /* Color of
separator in menu */ }