From 7c5461ddf38a72efde4b7f8a59626eb7e473f8d9 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Mon, 22 Jan 2024 00:09:48 +0000 Subject: CSS updates and a whole theme selector thing --- public/css/colorschemes/mono-cyan.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 public/css/colorschemes/mono-cyan.css (limited to 'public/css/colorschemes/mono-cyan.css') diff --git a/public/css/colorschemes/mono-cyan.css b/public/css/colorschemes/mono-cyan.css new file mode 100644 index 0000000..e31971f --- /dev/null +++ b/public/css/colorschemes/mono-cyan.css @@ -0,0 +1,17 @@ +:root { + --background: #00222B; + --background-secondary: #003340; + --foreground: #00CCFF; + --links: #ccf0ff; + --warning: #ff7272; + --warning-box-bg: #f64a3c; + --warning-box-border: #c81a11; +} + +html { + color-scheme: dark; +} + +a { + text-decoration: underline !important; +} -- cgit v1.2.3-54-g00ecf