mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +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-BG-color: linear-gradient(
|
||||
150deg,
|
||||
165deg,
|
||||
#9f3fffb3 0%,
|
||||
#00bcf4b3 75%,
|
||||
#00ff5ab3 100%
|
||||
#4cabffb3 75%,
|
||||
#02ccaab3 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 */
|
||||
|
|
Loading…
Reference in a new issue