diff --git a/assets/css/theme-zen-dark.css b/assets/css/theme-zen-dark.css index 9813a0b3cc..e341d219da 100644 --- a/assets/css/theme-zen-dark.css +++ b/assets/css/theme-zen-dark.css @@ -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 */ } diff --git a/assets/css/theme-zen-light.css b/assets/css/theme-zen-light.css index 59b2834a86..501bf076e6 100644 --- a/assets/css/theme-zen-light.css +++ b/assets/css/theme-zen-light.css @@ -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 */ } diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index e49f4f51ad..ef90f9ecbc 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.3.2+71b4e34bc10d55f7f151d72b7d65d5e05cb5f655 \ No newline at end of file +7.3.2+059fc2f69465b7b249881646abee2dbbf9314547 \ No newline at end of file