summaryrefslogtreecommitdiff
path: root/static/main.css
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-19 02:43:02 -0400
committerseth <[email protected]>2024-07-19 02:49:14 -0400
commitf6ac7497c4a44668505341a145909411b7ddc9b5 (patch)
tree4f02611d69030c88794594930b600d63b6032fb5 /static/main.css
parentefaf6f7b83be6429bf43af8dc590b55bc424cb9b (diff)
cleanup templates
Diffstat (limited to 'static/main.css')
-rw-r--r--static/main.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/static/main.css b/static/main.css
index 89789c2..133e31d 100644
--- a/static/main.css
+++ b/static/main.css
@@ -1,9 +1,11 @@
+@import url("https://unpkg.com/@catppuccin/palette/css/catppuccin.css");
+
:root {
- --background-color: #1e1e2e;
+ --background-color: var(--ctp-mocha-base);
--primary-font: "Noto Sans";
- --regular-text: #cdd6f4;
- --blue-text: #89b4fa;
- --subtext: #bac2de;
+ --regular-text: var(--ctp-mocha-text);
+ --blue-text: var(--ctp-mocha-blue);
+ --subtext: var(--ctp-mocha-subtext1);
--medium-screen: 768px;
}