Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +5 -4
templates/index.html
CHANGED
@@ -56,7 +56,7 @@
|
|
56 |
margin-top: 0px !important;
|
57 |
border-bottom: 2px solid yellow;
|
58 |
color:var(--text-color);
|
59 |
-
font-family:
|
60 |
}
|
61 |
.pulse {
|
62 |
width: 40px;
|
@@ -150,6 +150,7 @@
|
|
150 |
transition: 0.5s ease;
|
151 |
}
|
152 |
.hoverButton {
|
|
|
153 |
color: var(--text-color);
|
154 |
transition: 0.5s ease;
|
155 |
}
|
@@ -157,7 +158,7 @@
|
|
157 |
color: black;
|
158 |
}
|
159 |
.tag {
|
160 |
-
font-family:
|
161 |
font-weight: 50;
|
162 |
margin: auto;
|
163 |
color:var(--text-color);
|
@@ -231,7 +232,7 @@
|
|
231 |
|
232 |
|
233 |
<div class="info" id="info">
|
234 |
-
<h1 id="country" style="color:var(--text-color); margin-top: 10px; font-family:
|
235 |
<a href="{{ ip_link }}" target="_blank"> <h3 style="border-bottom: 2px solid yellow;" id="location-name">{{ page_title|safe }}</h3></a>
|
236 |
|
237 |
<div style="display: flex; margin-top: 22px; margin-bottom: 0%;">
|
@@ -252,7 +253,7 @@
|
|
252 |
<p id="copied" class="tag" style="visibility: hidden;">copied</p>
|
253 |
</div>
|
254 |
|
255 |
-
<p id="info-text" style="color:var(--text-color); font-family:
|
256 |
|
257 |
time: <span id="time"></span><br>
|
258 |
|
|
|
56 |
margin-top: 0px !important;
|
57 |
border-bottom: 2px solid yellow;
|
58 |
color:var(--text-color);
|
59 |
+
font-family: monospace; font-weight: 50;
|
60 |
}
|
61 |
.pulse {
|
62 |
width: 40px;
|
|
|
150 |
transition: 0.5s ease;
|
151 |
}
|
152 |
.hoverButton {
|
153 |
+
font-family: monospace;
|
154 |
color: var(--text-color);
|
155 |
transition: 0.5s ease;
|
156 |
}
|
|
|
158 |
color: black;
|
159 |
}
|
160 |
.tag {
|
161 |
+
font-family: monospace;
|
162 |
font-weight: 50;
|
163 |
margin: auto;
|
164 |
color:var(--text-color);
|
|
|
232 |
|
233 |
|
234 |
<div class="info" id="info">
|
235 |
+
<h1 id="country" style="color:var(--text-color); margin-top: 10px; font-family: monospace; font-weight: 50; margin-bottom: 10px;"> searching...</h1>
|
236 |
<a href="{{ ip_link }}" target="_blank"> <h3 style="border-bottom: 2px solid yellow;" id="location-name">{{ page_title|safe }}</h3></a>
|
237 |
|
238 |
<div style="display: flex; margin-top: 22px; margin-bottom: 0%;">
|
|
|
253 |
<p id="copied" class="tag" style="visibility: hidden;">copied</p>
|
254 |
</div>
|
255 |
|
256 |
+
<p id="info-text" style="color:var(--text-color); font-family: monospace; font-weight: 50;">
|
257 |
|
258 |
time: <span id="time"></span><br>
|
259 |
|