mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
theme: further neon color refinement #175
make it more distinct from the GoboLinux style
This commit is contained in:
parent
6f35177349
commit
0e3553c3a8
1 changed files with 1 additions and 6 deletions
|
@ -39,12 +39,7 @@
|
|||
--MENU-SEARCH-BOX-color: #e0e0e0; /* Override search field border color */
|
||||
|
||||
--MENU-SECTIONS-ACTIVE-BG-color: rgba( 0, 0, 0, .166 ); /* Background color of the active section and its children */
|
||||
--MENU-SECTIONS-BG-color: linear-gradient(
|
||||
165deg,
|
||||
#9f3fffb3 0%,
|
||||
#4cabffb3 75%,
|
||||
#02ccaab3 100%
|
||||
); /* Background color of side bar */
|
||||
--MENU-SECTIONS-BG-color: linear-gradient( 165deg, #f300b2d3 0%, #1c90f3b3 65%, #00e3d3b3 100% ); /* Background color of side bar */
|
||||
--MENU-SECTIONS-LINK-color: #ffffff; /* Color of links in menu */
|
||||
--MENU-SECTIONS-LINK-HOVER-color: #d0d0d0; /* Color of links in menu, when hovered */
|
||||
--MENU-SECTION-ACTIVE-CATEGORY-color: #82e550; /* Color of active category text */
|
||||
|
|
Loading…
Reference in a new issue