Add custom css
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 7s Details

This commit is contained in:
Roland Thomas Jr 2023-07-31 08:41:53 -04:00
parent e4fd42b7aa
commit 88a21cd8b4
Signed by: roland
GPG Key ID: 7C3C2B085A4C2872
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
.dark {
--theme: #070707;
--entry: #1A1A1F;
}
.dark.list {
background: #070707;
}