Add custom css
All checks were successful
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 7s

This commit is contained in:
2023-07-31 08:41:53 -04:00
parent e4fd42b7aa
commit 88a21cd8b4

View File

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