few more tweaks

pull/1/head
Evan Hemsley 2019-05-21 19:15:59 -07:00
parent 9281b7ccff
commit b26ba3f682
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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 <hr> separator in menu */
}