docs: add missing code colors to documentation #113

This commit is contained in:
Sören Weber 2021-10-10 17:28:13 +02:00
parent 5bbeb9445c
commit 7c1dd4c32c
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -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-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-HOVER-color: #5e5e5e; /* Color of the hovered home button text */