aboutsummaryrefslogtreecommitdiffhomepage
path: root/css
diff options
context:
space:
mode:
authorjohannst <johannst@users.noreply.github.com>2024-08-19 23:28:56 +0000
committerjohannst <johannst@users.noreply.github.com>2024-08-19 23:28:56 +0000
commitb00e3cd018cde863a28af849b06c37981d7e36cd (patch)
tree275c91697c0f1bf86c94fff2ff83fcdf4fc393c5 /css
parent21a13652df728c9571f899caf4949d5d46f49db7 (diff)
downloadnotes-b00e3cd018cde863a28af849b06c37981d7e36cd.tar.gz
notes-b00e3cd018cde863a28af849b06c37981d7e36cd.zip
deploy: a50f54320317c1012f6d798f5d8fbaff0eeb438b
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%;