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. +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;