few more tweaks
parent
9281b7ccff
commit
b26ba3f682
|
@ -10,7 +10,7 @@ home = [ "HTML", "RSS", "JSON" ]
|
||||||
themeVariant = "encompass"
|
themeVariant = "encompass"
|
||||||
description = "Documentation for Encompass ECS"
|
description = "Documentation for Encompass ECS"
|
||||||
author = "Evan Hemsley"
|
author = "Evan Hemsley"
|
||||||
showVisitedLinks = true
|
showVisitedLinks = false
|
||||||
disableBreadcrumb = false
|
disableBreadcrumb = false
|
||||||
disableNextPrev = false
|
disableNextPrev = false
|
||||||
|
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
|
|
||||||
--MAIN-TEXT-color:#323232; /* Color of text by default */
|
--MAIN-TEXT-color:#323232; /* Color of text by default */
|
||||||
--MAIN-TITLES-TEXT-color: #5e5e5e; /* Color of titles h2-h3-h4-h5 */
|
--MAIN-TITLES-TEXT-color: #5e5e5e; /* Color of titles h2-h3-h4-h5 */
|
||||||
--MAIN-LINK-color:#267D40; /* Color of links */
|
--MAIN-LINK-color:#71b986; /* Color of links */
|
||||||
--MAIN-LINK-HOVER-color:#011936; /* Color of hovered links */
|
--MAIN-LINK-HOVER-color:#317a53; /* Color of hovered links */
|
||||||
--MAIN-ANCHOR-color: #267D40; /* color of anchors on titles */
|
--MAIN-ANCHOR-color: #71b986; /* color of anchors on titles */
|
||||||
|
|
||||||
--MENU-HEADER-BG-color:#225969; /* Background color of menu header */
|
--MENU-HEADER-BG-color:#225969; /* Background color of menu header */
|
||||||
--MENU-HEADER-BORDER-color:#3E7483; /*Color of menu header border */
|
--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-color: #777; /* Color of active category text */
|
||||||
--MENU-SECTION-ACTIVE-CATEGORY-BG-color: #fcf7f8; /* 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: #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 */
|
--MENU-SECTION-HR-color: #20272b; /* Color of <hr> separator in menu */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue