Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +2 -3
templates/index.html
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
<title>{{ page_title|safe }}</title>
|
17 |
<style>
|
18 |
:root {
|
19 |
-
--text-color:
|
20 |
}
|
21 |
|
22 |
button {
|
@@ -25,7 +25,7 @@
|
|
25 |
|
26 |
body {
|
27 |
justify-content: center;
|
28 |
-
background-color:
|
29 |
display: flex;
|
30 |
align-items:center;
|
31 |
height: 100vh;
|
@@ -162,7 +162,6 @@
|
|
162 |
}
|
163 |
.tag {
|
164 |
font-family: 'Andale Mono';
|
165 |
-
font-weight: 50;
|
166 |
margin: auto;
|
167 |
color:var(--text-color);
|
168 |
}
|
|
|
16 |
<title>{{ page_title|safe }}</title>
|
17 |
<style>
|
18 |
:root {
|
19 |
+
--text-color: black;
|
20 |
}
|
21 |
|
22 |
button {
|
|
|
25 |
|
26 |
body {
|
27 |
justify-content: center;
|
28 |
+
background-color: white;
|
29 |
display: flex;
|
30 |
align-items:center;
|
31 |
height: 100vh;
|
|
|
162 |
}
|
163 |
.tag {
|
164 |
font-family: 'Andale Mono';
|
|
|
165 |
margin: auto;
|
166 |
color:var(--text-color);
|
167 |
}
|