blob: 9ed6119e5ccc248c652fb00679b31118c4cffc6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
html, body {
padding: 0;
margin: 0;
background-color: var(--bg);
color: var(--fg);
font-family: "Inter", sans-serif;
}
.keyframe { fill: var(--gruble); }
h1 { font-size: 1.25rem; }
h2 { font-size: 1.125rem; }
h3 { font-size: 1rem; }
.MuiSvgIcon-root {
font-size: 24px !important;
}
.MuiButton-label {
text-transform: none !important;
font-family: "Inter", sans-serif;
}
|