Skip to content
Snippets Groups Projects
Verified Commit 89eeef78 authored by Jake's avatar Jake :speech_balloon:
Browse files

fixed bugs with dark contrast color

parent 053a25ab
No related branches found
No related tags found
No related merge requests found
Pipeline #446179 passed
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"relative_urls": true, "relative_urls": true,
"homepage": { "page": "index" }, "homepage": { "page": "index" },
"theme": { "theme": {
"default_tag_color": "#000000", "default_tag_color": "#DDDDDD",
"static_dir": "theme", "static_dir": "theme",
"css_file": "main.css", "css_file": "main.css",
"default_template": "page.html", "default_template": "page.html",
......
...@@ -808,7 +808,8 @@ ul.cards li a.has-image span { ...@@ -808,7 +808,8 @@ ul.cards li a.has-image span {
} }
#sitemenu-container nav > ul > li { #sitemenu-container nav > ul > li {
width: 100%; width: 100%;
background-color: var(--category-contrast-color); /* background-color: var(--category-contrast-color); */
background-color: var(--body-bg-color);
} }
#sitemenu-container .show-header-menu { #sitemenu-container .show-header-menu {
display: inline-block; display: inline-block;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment