mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
docs: add missing code colors to documentation #113
This commit is contained in:
parent
5bbeb9445c
commit
7c1dd4c32c
1 changed files with 3 additions and 0 deletions
|
@ -99,6 +99,9 @@ First, create a new CSS file in your local `static/css` folder prefixed by `them
|
||||||
--MAIN-LINK-HOVER-color:#167ad0; /* Color of hovered links */
|
--MAIN-LINK-HOVER-color:#167ad0; /* Color of hovered links */
|
||||||
--MAIN-ANCHOR-color: #1C90F3; /* color of anchors on titles */
|
--MAIN-ANCHOR-color: #1C90F3; /* color of anchors on titles */
|
||||||
|
|
||||||
|
--MAIN-CODE-color: #e2e4e5; /* fallback color for code background */
|
||||||
|
--MAIN-CODE-BG-color: #282a36; /* fallback color for code text */
|
||||||
|
|
||||||
--MENU-HOME-LINK-color: #323232; /* Color of the home button text */
|
--MENU-HOME-LINK-color: #323232; /* Color of the home button text */
|
||||||
--MENU-HOME-LINK-HOVER-color: #5e5e5e; /* Color of the hovered home button text */
|
--MENU-HOME-LINK-HOVER-color: #5e5e5e; /* Color of the hovered home button text */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue