fix: remove double imports of css

This commit is contained in:
KFears 2023-12-06 22:15:24 +04:00
parent b7f46213c7
commit 4b6813ecee
No known key found for this signature in database
2 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,5 @@
/* CSS for UI elements (a.k.a. chrome) */
@import 'variables.css';
html {
scrollbar-color: var(--scrollbar) var(--bg);
}

View File

@ -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%;