Backend for songs.zachdecook.com
Diffstat (limited to 'theme-dark.css')
| -rw-r--r-- | theme-dark.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/theme-dark.css b/theme-dark.css new file mode 100644 index 0000000..f47b25b --- /dev/null +++ b/theme-dark.css @@ -0,0 +1,15 @@ +body { + background-color: #001144; + color: white; +} +pre { + background-color: black; + color: white; +} +canvas { + -webkit-filter: invert(100%); + filter: invert(100%); +} +input, select { + color: black; +} |