12 lines
170 B
SCSS
12 lines
170 B
SCSS
/* Base document styles */
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
color: var(--text-primary);
|
|
background-color: var(--bg-dark);
|
|
font-family: "Inter", sans-serif;
|
|
}
|