Roland Thomas 26f001b0c2
All checks were successful
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 9s
Update styling
2023-08-03 23:53:49 -04:00

10 lines
142 B
CSS

.dark {
--theme: #070707;
--entry: #1A1A1F;
--code-bg: #1A1A1F;
--hljs-bg: #1A1A1F;
}
.dark.list {
background: #070707;
}