summaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/theme.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/theme.css b/assets/css/theme.css
index d47d9b9..4feaf75 100644
--- a/assets/css/theme.css
+++ b/assets/css/theme.css
@@ -1,7 +1,8 @@
-@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');
html {
--base: #171715;
+ --base-2: #20201d;
+ --base-3: #242420;
--text: #efefd2;
--code: #424237;