From b00e3cd018cde863a28af849b06c37981d7e36cd Mon Sep 17 00:00:00 2001 From: johannst Date: Mon, 19 Aug 2024 23:28:56 +0000 Subject: deploy: a50f54320317c1012f6d798f5d8fbaff0eeb438b --- css/chrome.css | 2 -- css/general.css | 2 -- 2 files changed, 4 deletions(-) (limited to 'css') 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%; -- cgit v1.2.3