Skip to content

Commit f7d90bd

Browse files
committed
CSS cleanup
1 parent 54e5399 commit f7d90bd

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

client/src/Kukulkan.css

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
:root {
2+
--fonts: Fira Sans, Roboto, Hack, sans;
3+
}
4+
15
body {
26
background-image: url("assets/serpent.webp");
37
background-repeat: no-repeat;
@@ -6,8 +10,7 @@ body {
610
background-size: auto 25vh;
711
background-color: #fff8e1;
812

9-
font-family: Fira Code Retina, Roboto, Hack, sans;
10-
font-size: small;
13+
font-family: var(--fonts);
1114
}
1215

1316
.centered {
@@ -27,7 +30,8 @@ body {
2730
border-radius: 5px !important;
2831
margin-right: 2px !important;
2932

30-
font-family: Fira Code Retina, Roboto, Hack, sans !important;
33+
font-family: var(--fonts) !important;
34+
font-size: 0.9rem !important;
3135

3236
background-color: var(--bg-color) !important;
3337
color: oklch(from var(--bg-color) calc(1 - round(l - 0.15)) 0 0) !important;
@@ -57,15 +61,15 @@ body {
5761
}
5862

5963
.MuiInputBase-root {
60-
font-family: Fira Code Retina, Roboto, Hack, sans !important;
64+
font-family: var(--fonts) !important;
6165
}
6266

6367
.MuiButton-root {
64-
font-family: Fira Code Retina, Roboto, Hack, sans !important;
68+
font-family: var(--fonts) !important;
6569
}
6670

6771
.MuiAlert-message {
68-
font-family: Fira Code Retina, Roboto, Hack, sans !important;
72+
font-family: var(--fonts) !important;
6973
}
7074

7175
.message-text {

0 commit comments

Comments
 (0)