mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-12 04:55:17 +00:00
menu: adjust contrast of zen variants #1013
This commit is contained in:
parent
059fc2f694
commit
a6379dcc8c
3 changed files with 7 additions and 7 deletions
|
@ -29,7 +29,7 @@
|
|||
--MENU-HEADER-BORDER-color: transparent; /* border color between menu header and menu */
|
||||
--MENU-HEADER-SEPARATOR-color: rgba(71, 71, 71, 0.66); /* separator color between menu header and menu */
|
||||
|
||||
--MENU-HOME-LINK-color: rgba(224, 224, 224, 1); /* home button color if configured */
|
||||
--MENU-HOME-LINK-color: rgba(240, 240, 240, 1); /* home button color if configured */
|
||||
--MENU-HOME-LINK-HOVER-color: rgba(47, 129, 235, 1); /* hovered home button color if configured */
|
||||
|
||||
--MENU-SEARCH-color: rgba(47, 129, 235, 1); /* text and icon color of search box */
|
||||
|
@ -38,7 +38,7 @@
|
|||
|
||||
--MENU-SECTIONS-BG-color: rgba(39, 39, 39, 1); /* background of the menu; this is NOT just a color value but can be a complete CSS background definition including gradients, etc. */
|
||||
--MENU-SECTIONS-ACTIVE-BG-color: transparent; /* background color of the active menu section */
|
||||
--MENU-SECTIONS-LINK-color: rgba(224, 224, 224, 0.75); /* link color of menu topics */
|
||||
--MENU-SECTIONS-LINK-color: rgba(240, 240, 240, 0.75); /* link color of menu topics */
|
||||
--MENU-SECTIONS-LINK-HOVER-color: rgba(47, 129, 235, 1); /* hoverd link color of menu topics */
|
||||
--MENU-SECTION-ACTIVE-CATEGORY-color: rgba(47, 129, 235, 1); /* text color of the displayed menu topic */
|
||||
--MENU-SECTION-ACTIVE-CATEGORY-BG-color: rgba(32, 32, 32, 1); /* background color of the displayed menu topic */
|
||||
|
@ -46,7 +46,7 @@
|
|||
|
||||
--BOX-CAPTION-color: rgba(240, 240, 240, 1); /* text color of colored box titles */
|
||||
--BOX-BG-color: rgba(20, 20, 20, 1); /* background color of colored boxes */
|
||||
--BOX-TEXT-color: rgba(224, 224, 224, 1); /* text color of colored box content */
|
||||
--BOX-TEXT-color: rgba(240, 240, 240, 1); /* text color of colored box content */
|
||||
|
||||
--BOX-GREY-color: rgba(71, 71, 71, 1); /* background color of grey boxes */
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
--MENU-HEADER-BORDER-color: transparent; /* border color between menu header and menu */
|
||||
--MENU-HEADER-SEPARATOR-color: rgba(210, 210, 210, 0.66); /* separator color between menu header and menu */
|
||||
|
||||
--MENU-HOME-LINK-color: rgba(64, 64, 64, 1); /* home button color if configured */
|
||||
--MENU-HOME-LINK-color: rgba(48, 48, 48, 1); /* home button color if configured */
|
||||
--MENU-HOME-LINK-HOVER-color: rgba(26, 115, 232, 1); /* hoverd home button color if configured */
|
||||
|
||||
--MENU-SEARCH-color: rgba(26, 115, 232, 1); /* text and icon color of search box */
|
||||
|
@ -38,7 +38,7 @@
|
|||
|
||||
--MENU-SECTIONS-BG-color: rgba(134, 134, 134, 0.066); /* background of the menu; this is NOT just a color value but can be a complete CSS background definition including gradients, etc. */
|
||||
--MENU-SECTIONS-ACTIVE-BG-color: transparent; /* background color of the active menu section */
|
||||
--MENU-SECTIONS-LINK-color: rgba(16, 16, 16, 1); /* link color of menu topics */
|
||||
--MENU-SECTIONS-LINK-color: rgba(48, 48, 48, 1); /* link color of menu topics */
|
||||
--MENU-SECTIONS-LINK-HOVER-color: rgba(26, 115, 232, 1); /* hoverd link color of menu topics */
|
||||
--MENU-SECTION-ACTIVE-CATEGORY-color: rgba(26, 115, 232, 1); /* text color of the displayed menu topic */
|
||||
--MENU-SECTION-ACTIVE-CATEGORY-BG-color: rgba(255, 255, 255, 1); /* background color of the displayed menu topic */
|
||||
|
@ -46,7 +46,7 @@
|
|||
|
||||
--BOX-CAPTION-color: rgba(255, 255, 255, 1); /* text color of colored box titles */
|
||||
--BOX-BG-color: rgba(255, 255, 255, 0.833); /* background color of colored boxes */
|
||||
--BOX-TEXT-color: rgba(16, 16, 16, 1); /* text color of colored box content */
|
||||
--BOX-TEXT-color: rgba(48, 48, 48, 1); /* text color of colored box content */
|
||||
|
||||
--BOX-GREY-color: rgba(210, 210, 210, 1); /* background color of grey boxes */
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
7.3.2+71b4e34bc10d55f7f151d72b7d65d5e05cb5f655
|
||||
7.3.2+059fc2f69465b7b249881646abee2dbbf9314547
|
Loading…
Add table
Add a link
Reference in a new issue