Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +5 -2
templates/index.html
CHANGED
@@ -24,7 +24,7 @@
|
|
24 |
}
|
25 |
|
26 |
body {
|
27 |
-
font-size: 10pt;
|
28 |
justify-content: center;
|
29 |
background-color: black;
|
30 |
display: flex;
|
@@ -59,6 +59,7 @@
|
|
59 |
color:var(--text-color);
|
60 |
font-family: 'Andale Mono';
|
61 |
font-weight: normal;
|
|
|
62 |
}
|
63 |
.pulse {
|
64 |
width: 40px;
|
@@ -109,6 +110,7 @@
|
|
109 |
margin: 0px;
|
110 |
margin-top: 20px;
|
111 |
font-weight: normal;
|
|
|
112 |
}
|
113 |
.feed {
|
114 |
transition: opacity 0.3s ease;
|
@@ -140,7 +142,7 @@
|
|
140 |
#info-text {
|
141 |
margin-top: 20px;
|
142 |
margin-bottom: 20px;
|
143 |
-
|
144 |
}
|
145 |
a:hover {
|
146 |
background-color: white;
|
@@ -153,6 +155,7 @@
|
|
153 |
text-decoration: none;
|
154 |
color:var(--text-color);
|
155 |
transition: 0.5s ease;
|
|
|
156 |
}
|
157 |
.hoverButton {
|
158 |
font-size: 10pt;
|
|
|
24 |
}
|
25 |
|
26 |
body {
|
27 |
+
font-size: 10pt !important;
|
28 |
justify-content: center;
|
29 |
background-color: black;
|
30 |
display: flex;
|
|
|
59 |
color:var(--text-color);
|
60 |
font-family: 'Andale Mono';
|
61 |
font-weight: normal;
|
62 |
+
font-size: 10pt
|
63 |
}
|
64 |
.pulse {
|
65 |
width: 40px;
|
|
|
110 |
margin: 0px;
|
111 |
margin-top: 20px;
|
112 |
font-weight: normal;
|
113 |
+
font-size: 10pt
|
114 |
}
|
115 |
.feed {
|
116 |
transition: opacity 0.3s ease;
|
|
|
142 |
#info-text {
|
143 |
margin-top: 20px;
|
144 |
margin-bottom: 20px;
|
145 |
+
font-size: 10pt;
|
146 |
}
|
147 |
a:hover {
|
148 |
background-color: white;
|
|
|
155 |
text-decoration: none;
|
156 |
color:var(--text-color);
|
157 |
transition: 0.5s ease;
|
158 |
+
font-size: 10pt
|
159 |
}
|
160 |
.hoverButton {
|
161 |
font-size: 10pt;
|