diff options
author | Frankie B <git@diskfloppy.me> | 2024-01-22 00:09:48 +0000 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2024-01-22 00:09:48 +0000 |
commit | 7c5461ddf38a72efde4b7f8a59626eb7e473f8d9 (patch) | |
tree | 5bf8954d637b8530abc84c8499aac1a14ec64f4b /public/css/colorschemes/c64.css | |
parent | 663b96bad214d47f584a19d4b578cb4badd3232e (diff) |
CSS updates and a whole theme selector thing
Diffstat (limited to 'public/css/colorschemes/c64.css')
-rw-r--r-- | public/css/colorschemes/c64.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/public/css/colorschemes/c64.css b/public/css/colorschemes/c64.css new file mode 100644 index 0000000..b3b7bf8 --- /dev/null +++ b/public/css/colorschemes/c64.css @@ -0,0 +1,13 @@ +:root { + --background: #40318d; + --background-secondary: #483c8b; + --foreground: #f7f7f7; + --links: #67b6bd; + --warning: #ff7272; + --warning-box-bg: #f64a3c; + --warning-box-border: #c81a11; +} + +html { + color-scheme: dark; +} |