aboutsummaryrefslogtreecommitdiffhomepage
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/chrome.css2
-rw-r--r--css/general.css2
2 files changed, 0 insertions, 4 deletions
diff --git a/css/chrome.css b/css/chrome.css
index 8b78255..83b7969 100644
--- a/css/chrome.css
+++ b/css/chrome.css
@@ -1,7 +1,5 @@
/* CSS for UI elements (a.k.a. chrome) */
-@import 'variables.css';
-
html {
scrollbar-color: var(--scrollbar) var(--bg);
}
diff --git a/css/general.css b/css/general.css
index e7d20da..7670b08 100644
--- a/css/general.css
+++ b/css/general.css
@@ -1,7 +1,5 @@
/* Base styles and content styles */
-@import 'variables.css';
-
:root {
/* Browser default font-size is 16px, this way 1 rem = 10px */
font-size: 62.5%;