diff options
Diffstat (limited to 'template/style.css')
| -rwxr-xr-x | template/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/style.css b/template/style.css index b6d3841..22ff928 100755 --- a/template/style.css +++ b/template/style.css | |||
| @@ -304,7 +304,7 @@ audio { | |||
| 304 | @media (prefers-color-scheme: light) { } | 304 | @media (prefers-color-scheme: light) { } |
| 305 | 305 | ||
| 306 | @media (prefers-color-scheme: dark) { | 306 | @media (prefers-color-scheme: dark) { |
| 307 | body { | 307 | /* body { |
| 308 | background: #111; | 308 | background: #111; |
| 309 | color: white; | 309 | color: white; |
| 310 | } | 310 | } |
| @@ -315,5 +315,5 @@ audio { | |||
| 315 | 315 | ||
| 316 | code { | 316 | code { |
| 317 | color: #111; | 317 | color: #111; |
| 318 | } | 318 | } */ |
| 319 | } | 319 | } |
