From b26ba3f682544dd398298aa842c9937396a0edce Mon Sep 17 00:00:00 2001 From: Evan Hemsley <2342303+ehemsley@users.noreply.github.com> Date: Tue, 21 May 2019 19:15:59 -0700 Subject: [PATCH] few more tweaks --- config.toml | 2 +- static/css/theme-encompass.css | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.toml b/config.toml index 55cd8c4..91a85b5 100644 --- a/config.toml +++ b/config.toml @@ -10,7 +10,7 @@ home = [ "HTML", "RSS", "JSON" ] themeVariant = "encompass" description = "Documentation for Encompass ECS" author = "Evan Hemsley" - showVisitedLinks = true + showVisitedLinks = false disableBreadcrumb = false disableNextPrev = false diff --git a/static/css/theme-encompass.css b/static/css/theme-encompass.css index 35acf0d..1f0ffea 100644 --- a/static/css/theme-encompass.css +++ b/static/css/theme-encompass.css @@ -3,9 +3,9 @@ --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:#011936; /* Color of hovered links */ - --MAIN-ANCHOR-color: #267D40; /* color of anchors on titles */ + --MAIN-LINK-color:#71b986; /* Color of links */ + --MAIN-LINK-HOVER-color:#317a53; /* Color of hovered links */ + --MAIN-ANCHOR-color: #71b986; /* color of anchors on titles */ --MENU-HEADER-BG-color:#225969; /* Background color of menu header */ --MENU-HEADER-BORDER-color:#3E7483; /*Color of menu header border */ @@ -21,7 +21,7 @@ --MENU-SECTION-ACTIVE-CATEGORY-color: #777; /* Color of active category text */ --MENU-SECTION-ACTIVE-CATEGORY-BG-color: #fcf7f8; /* Color of background for the active category (only) */ - --MENU-VISITED-color: #267D40; /* Color of 'page visited' icons in menu */ + --MENU-VISITED-color: #71b986; /* Color of 'page visited' icons in menu */ --MENU-SECTION-HR-color: #20272b; /* Color of
separator in menu */ }