BraydenMoore commited on
Commit
f1cc368
·
1 Parent(s): e834464

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +5 -5
templates/index.html CHANGED
@@ -26,7 +26,7 @@
26
  }
27
  .dot {
28
  border-style: solid;
29
- border-width: 3px;
30
  border-color: black;
31
  width: 5px;
32
  height: 5px;
@@ -53,7 +53,7 @@
53
  .feed {
54
  padding: 1%;
55
  border-style: solid;
56
- border-width: 1px;
57
  border-color: yellow;
58
  margin-right: 3%;
59
  margin-bottom: 3%;
@@ -129,16 +129,16 @@
129
  <img id="feed" class="feed" src="" />
130
  <div class="info">
131
 
132
- <a href="{{ ip_link }}" target="_blank"> <h3 style="margin:0; border-bottom: 1px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3></a>
133
 
134
  <div style="display: flex; margin-top: 6%; margin-bottom: 3%;">
135
  <a href="?new=true" style="margin-right: 10px; display: inline-block;">
136
- <button class="hoverButton" style="border: 3px solid yellow; background-color: transparent; color: rgb(83, 83, 83); padding: 10px;">
137
  another
138
  </button>
139
  </a>
140
  <a href="?new=false" id="refreshSameFeedButton" style="display: inline-block;">
141
- <button class="hoverButton" style="border: 3px solid rgb(83, 83, 83); background-color: transparent; color: rgb(83, 83, 83); padding: 10px;">
142
  refresh
143
  </button>
144
  </a>
 
26
  }
27
  .dot {
28
  border-style: solid;
29
+ border-width: 2px;
30
  border-color: black;
31
  width: 5px;
32
  height: 5px;
 
53
  .feed {
54
  padding: 1%;
55
  border-style: solid;
56
+ border-width: 2px;
57
  border-color: yellow;
58
  margin-right: 3%;
59
  margin-bottom: 3%;
 
129
  <img id="feed" class="feed" src="" />
130
  <div class="info">
131
 
132
+ <a href="{{ ip_link }}" target="_blank"> <h3 style="margin:0; border-bottom: 2px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3></a>
133
 
134
  <div style="display: flex; margin-top: 6%; margin-bottom: 3%;">
135
  <a href="?new=true" style="margin-right: 10px; display: inline-block;">
136
+ <button class="hoverButton" style="border: 2px solid yellow; background-color: transparent; color: rgb(83, 83, 83); padding: 10px;">
137
  another
138
  </button>
139
  </a>
140
  <a href="?new=false" id="refreshSameFeedButton" style="display: inline-block;">
141
+ <button class="hoverButton" style="border: 2px solid rgb(83, 83, 83); background-color: transparent; color: rgb(83, 83, 83); padding: 10px;">
142
  refresh
143
  </button>
144
  </a>