mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
syntax highlight: fix comments for CSS colors
This commit is contained in:
parent
29c2b29f6c
commit
f16fcdd7fd
5 changed files with 10 additions and 10 deletions
|
@ -101,8 +101,8 @@ 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-color: #e2e4e5; /* fallback color for code text */
|
||||||
--MAIN-CODE-BG-color: #282a36; /* fallback color for code text */
|
--MAIN-CODE-BG-color: #282a36; /* fallback color for code background */
|
||||||
|
|
||||||
--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 */
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
--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-color: #e2e4e5; /* fallback color for code text */
|
||||||
--MAIN-CODE-BG-color: #282a36; /* fallback color for code text */
|
--MAIN-CODE-BG-color: #282a36; /* fallback color for code background */
|
||||||
|
|
||||||
--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 */
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
--MAIN-LINK-HOVER-color: #3f6d2c; /* Color of hovered links */
|
--MAIN-LINK-HOVER-color: #3f6d2c; /* Color of hovered links */
|
||||||
--MAIN-ANCHOR-color: #599a3e; /* color of anchors on titles */
|
--MAIN-ANCHOR-color: #599a3e; /* color of anchors on titles */
|
||||||
|
|
||||||
--MAIN-CODE-color: #e2e4e5; /* fallback color for code background */
|
--MAIN-CODE-color: #e2e4e5; /* fallback color for code text */
|
||||||
--MAIN-CODE-BG-color: #282a36; /* fallback color for code text */
|
--MAIN-CODE-BG-color: #282a36; /* fallback color for code background */
|
||||||
|
|
||||||
--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 */
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
--MAIN-LINK-HOVER-color: #d01616; /* Color of hovered links */
|
--MAIN-LINK-HOVER-color: #d01616; /* Color of hovered links */
|
||||||
--MAIN-ANCHOR-color: #f31c1c; /* color of anchors on titles */
|
--MAIN-ANCHOR-color: #f31c1c; /* color of anchors on titles */
|
||||||
|
|
||||||
--MAIN-CODE-color: #e2e4e5; /* fallback color for code background */
|
--MAIN-CODE-color: #e2e4e5; /* fallback color for code text */
|
||||||
--MAIN-CODE-BG-color: #282a36; /* fallback color for code text */
|
--MAIN-CODE-BG-color: #282a36; /* fallback color for code background */
|
||||||
|
|
||||||
--MENU-HOME-LINK-color: #ccc; /* Color of the home button text */
|
--MENU-HOME-LINK-color: #ccc; /* Color of the home button text */
|
||||||
--MENU-HOME-LINK-HOVER-color: #e6e6e6; /* Color of the hovered home button text */
|
--MENU-HOME-LINK-HOVER-color: #e6e6e6; /* Color of the hovered home button text */
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
--MAIN-LINK-HOVER-color: #0044ff; /* Color of hovered links */
|
--MAIN-LINK-HOVER-color: #0044ff; /* Color of hovered links */
|
||||||
--MAIN-ANCHOR-color: #486ac9; /* color of anchors on titles */
|
--MAIN-ANCHOR-color: #486ac9; /* color of anchors on titles */
|
||||||
|
|
||||||
--MAIN-CODE-color: #e2e4e5; /* fallback color for code background */
|
--MAIN-CODE-color: #e2e4e5; /* fallback color for code text */
|
||||||
--MAIN-CODE-BG-color: #282a36; /* fallback color for code text */
|
--MAIN-CODE-BG-color: #282a36; /* fallback color for code background */
|
||||||
|
|
||||||
--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