All checks were successful
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 9s
10 lines
142 B
CSS
10 lines
142 B
CSS
.dark {
|
|
--theme: #070707;
|
|
--entry: #1A1A1F;
|
|
--code-bg: #1A1A1F;
|
|
--hljs-bg: #1A1A1F;
|
|
}
|
|
|
|
.dark.list {
|
|
background: #070707;
|
|
} |