From 837aa555a7ad4cd29aa9ff936201ef2c511a93cc Mon Sep 17 00:00:00 2001 From: Casual <c@sual.in> Date: Thu, 9 May 2024 22:12:26 +0300 Subject: [PATCH] edit colors to more darker --- content/whoami/about_this_site.md | 2 +- themes/anubis2/assets/css/dark.css | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/content/whoami/about_this_site.md b/content/whoami/about_this_site.md index f83ed90..093deb1 100644 --- a/content/whoami/about_this_site.md +++ b/content/whoami/about_this_site.md @@ -5,5 +5,5 @@ draft = false ## Blog -Powered by Hugo with Anubis2 theme.<!--more--> +Powered by Hugo with modified Anubis2 theme. diff --git a/themes/anubis2/assets/css/dark.css b/themes/anubis2/assets/css/dark.css index b1b339f..297ff91 100644 --- a/themes/anubis2/assets/css/dark.css +++ b/themes/anubis2/assets/css/dark.css @@ -1,7 +1,9 @@ /* dark.css */ --font-color: #dadadb; ---bg-color: #1d1e20; - +/* --bg-color: #1d1e20; */ +--bg-color: #111111; + + --card-color: #2e2e33; --card-border-color: #333333; @@ -12,7 +14,8 @@ --thead-bg-color: #343a40; --table-border-color: lightgrey; ---nav-bg-color: #2e2e33; +/* --nav-bg-color: #2e2e33; */ +--nav-bg-color: #191919; --nav-link-color: #b6b6b6; --pre-color: #f8f8f2;