BraydenMoore commited on
Commit
e640d7b
·
verified ·
1 Parent(s): c98f535

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +4 -4
templates/index.html CHANGED
@@ -54,7 +54,7 @@
54
  h3 {
55
  margin-bottom: 0px;
56
  margin-top: 0px !important;
57
- border-bottom: 2px solid yellow;
58
  color:var(--text-color);
59
  font-family: monospace; font-weight: 50;
60
  }
@@ -144,7 +144,7 @@
144
  }
145
  a {
146
  background-color: transparent;
147
- border-radius: 5px;
148
  text-decoration: none;
149
  color:var(--text-color);
150
  transition: 0.5s ease;
@@ -233,12 +233,12 @@
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%;">
239
 
240
  <a href="?new=true" style="margin-right: 10px; display: inline-block;">
241
- <button class="hoverButton" style="border-radius: 5px; border: 2px solid yellow; background-color: transparent; padding: 10px;">
242
  another
243
  </button>
244
  </a>
 
54
  h3 {
55
  margin-bottom: 0px;
56
  margin-top: 0px !important;
57
+ border-bottom: 1px solid yellow;
58
  color:var(--text-color);
59
  font-family: monospace; font-weight: 50;
60
  }
 
144
  }
145
  a {
146
  background-color: transparent;
147
+ border-radius: 2px;
148
  text-decoration: none;
149
  color:var(--text-color);
150
  transition: 0.5s ease;
 
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: 1px solid yellow;" id="location-name">{{ page_title|safe }}</h3></a>
237
 
238
  <div style="display: flex; margin-top: 22px; margin-bottom: 0%;">
239
 
240
  <a href="?new=true" style="margin-right: 10px; display: inline-block;">
241
+ <button class="hoverButton" style="border-radius: 3px; border: 1px solid yellow; background-color: transparent; padding: 10px;">
242
  another
243
  </button>
244
  </a>