Enable dark theme.

This should hopefully carry over into the browser and such so I don't get blinded.
This commit is contained in:
Tom Alexander
2023-08-10 18:26:40 -04:00
parent 6c9e458278
commit 3751629166
8 changed files with 24 additions and 6 deletions

View File

@@ -9,6 +9,10 @@ http {
include mime.types;
default_type application/octet-stream;
types {
text/plain log;
}
sendfile on;
tcp_nopush on;
tcp_nodelay on;