This commit is contained in:
tyranron 2024-05-20 10:34:59 +00:00
parent 319077fc0e
commit d157ab4eae
3 changed files with 1 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%;

File diff suppressed because one or more lines are too long