diff options
Diffstat (limited to 'template')
| -rwxr-xr-x | template/style.css | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/template/style.css b/template/style.css index 26913fb..b0cb3f6 100755 --- a/template/style.css +++ b/template/style.css | |||
| @@ -295,4 +295,17 @@ article a { | |||
| 295 | 295 | ||
| 296 | @media (prefers-color-scheme: light) { } | 296 | @media (prefers-color-scheme: light) { } |
| 297 | 297 | ||
| 298 | @media (prefers-color-scheme: dark) { } | 298 | @media (prefers-color-scheme: dark) { |
| 299 | body { | ||
| 300 | background: #111; | ||
| 301 | color: white; | ||
| 302 | } | ||
| 303 | |||
| 304 | a { | ||
| 305 | color: white !important; | ||
| 306 | } | ||
| 307 | |||
| 308 | code { | ||
| 309 | color: #111; | ||
| 310 | } | ||
| 311 | } | ||
