diff options
| author | s1n <[email protected]> | 2019-10-29 13:12:07 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-10-29 13:12:07 -0700 |
| commit | a1f01cb3c675963f9eb5083ac684d2b501b5660f (patch) | |
| tree | 9eecba7fcd59920cf17e7203cc8304363af6ec9b /development/css/main.css | |
| parent | fomrat (diff) | |
| download | s1n.pw-admin-a1f01cb3c675963f9eb5083ac684d2b501b5660f.tar.xz s1n.pw-admin-a1f01cb3c675963f9eb5083ac684d2b501b5660f.zip | |
dark mode haha
Diffstat (limited to 'development/css/main.css')
| -rw-r--r-- | development/css/main.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/development/css/main.css b/development/css/main.css index 1757765..389c5ea 100644 --- a/development/css/main.css +++ b/development/css/main.css @@ -4,4 +4,14 @@ body { display: grid; align-items: center; justify-items: center; -}
\ No newline at end of file +} + +@media (prefers-color-scheme: dark) { + body { + background: black; + } + + pre { + color: white; + } +} |