|
| 1 | +:root { |
| 2 | + --fonts: Fira Sans, Roboto, Hack, sans; |
| 3 | +} |
| 4 | + |
1 | 5 | body {
|
2 | 6 | background-image: url("assets/serpent.webp");
|
3 | 7 | background-repeat: no-repeat;
|
|
6 | 10 | background-size: auto 25vh;
|
7 | 11 | background-color: #fff8e1;
|
8 | 12 |
|
9 |
| - font-family: Fira Code Retina, Roboto, Hack, sans; |
10 |
| - font-size: small; |
| 13 | + font-family: var(--fonts); |
11 | 14 | }
|
12 | 15 |
|
13 | 16 | .centered {
|
|
27 | 30 | border-radius: 5px !important;
|
28 | 31 | margin-right: 2px !important;
|
29 | 32 |
|
30 |
| - font-family: Fira Code Retina, Roboto, Hack, sans !important; |
| 33 | + font-family: var(--fonts) !important; |
| 34 | + font-size: 0.9rem !important; |
31 | 35 |
|
32 | 36 | background-color: var(--bg-color) !important;
|
33 | 37 | color: oklch(from var(--bg-color) calc(1 - round(l - 0.15)) 0 0) !important;
|
@@ -57,15 +61,15 @@ body {
|
57 | 61 | }
|
58 | 62 |
|
59 | 63 | .MuiInputBase-root {
|
60 |
| - font-family: Fira Code Retina, Roboto, Hack, sans !important; |
| 64 | + font-family: var(--fonts) !important; |
61 | 65 | }
|
62 | 66 |
|
63 | 67 | .MuiButton-root {
|
64 |
| - font-family: Fira Code Retina, Roboto, Hack, sans !important; |
| 68 | + font-family: var(--fonts) !important; |
65 | 69 | }
|
66 | 70 |
|
67 | 71 | .MuiAlert-message {
|
68 |
| - font-family: Fira Code Retina, Roboto, Hack, sans !important; |
| 72 | + font-family: var(--fonts) !important; |
69 | 73 | }
|
70 | 74 |
|
71 | 75 | .message-text {
|
|
0 commit comments