edit colors to more darker

This commit is contained in:
Casual 2024-05-09 22:12:26 +03:00
parent 1614217ed8
commit 837aa555a7
2 changed files with 7 additions and 4 deletions

View File

@ -5,5 +5,5 @@ draft = false
## Blog
Powered by Hugo with Anubis2 theme.<!--more-->
Powered by Hugo with modified Anubis2 theme.

View File

@ -1,6 +1,8 @@
/* 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;