deploy: 3b4a187d61
This commit is contained in:
parent
319077fc0e
commit
d157ab4eae
3 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
||||||
/* CSS for UI elements (a.k.a. chrome) */
|
/* CSS for UI elements (a.k.a. chrome) */
|
||||||
|
|
||||||
@import 'variables.css';
|
|
||||||
|
|
||||||
html {
|
html {
|
||||||
scrollbar-color: var(--scrollbar) var(--bg);
|
scrollbar-color: var(--scrollbar) var(--bg);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
/* Base styles and content styles */
|
/* Base styles and content styles */
|
||||||
|
|
||||||
@import 'variables.css';
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
/* Browser default font-size is 16px, this way 1 rem = 10px */
|
/* Browser default font-size is 16px, this way 1 rem = 10px */
|
||||||
font-size: 62.5%;
|
font-size: 62.5%;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue