mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-17 09:10:08 +00:00
theme: neon color refinements #175
due to copyright constraints of the GoboLinux project
This commit is contained in:
parent
0c3bb87aac
commit
9e019047e9
1 changed files with 3 additions and 3 deletions
|
@ -40,10 +40,10 @@
|
||||||
|
|
||||||
--MENU-SECTIONS-ACTIVE-BG-color: rgba( 0, 0, 0, .166 ); /* Background color of the active section and its children */
|
--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(
|
--MENU-SECTIONS-BG-color: linear-gradient(
|
||||||
150deg,
|
165deg,
|
||||||
#9f3fffb3 0%,
|
#9f3fffb3 0%,
|
||||||
#00bcf4b3 75%,
|
#4cabffb3 75%,
|
||||||
#00ff5ab3 100%
|
#02ccaab3 100%
|
||||||
); /* Background color of side bar */
|
); /* Background color of side bar */
|
||||||
--MENU-SECTIONS-LINK-color: #ffffff; /* Color of links in menu */
|
--MENU-SECTIONS-LINK-color: #ffffff; /* Color of links in menu */
|
||||||
--MENU-SECTIONS-LINK-HOVER-color: #d0d0d0; /* Color of links in menu, when hovered */
|
--MENU-SECTIONS-LINK-HOVER-color: #d0d0d0; /* Color of links in menu, when hovered */
|
||||||
|
|
Loading…
Add table
Reference in a new issue