Spaces:
Running
Running
Commit
·
e834464
1
Parent(s):
2d97be7
Update templates/index.html
Browse files- templates/index.html +3 -3
templates/index.html
CHANGED
@@ -26,7 +26,7 @@
|
|
26 |
}
|
27 |
.dot {
|
28 |
border-style: solid;
|
29 |
-
border-width:
|
30 |
border-color: black;
|
31 |
width: 5px;
|
32 |
height: 5px;
|
@@ -133,12 +133,12 @@
|
|
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:
|
137 |
another
|
138 |
</button>
|
139 |
</a>
|
140 |
<a href="?new=false" id="refreshSameFeedButton" style="display: inline-block;">
|
141 |
-
<button class="hoverButton" style="border:
|
142 |
refresh
|
143 |
</button>
|
144 |
</a>
|
|
|
26 |
}
|
27 |
.dot {
|
28 |
border-style: solid;
|
29 |
+
border-width: 3px;
|
30 |
border-color: black;
|
31 |
width: 5px;
|
32 |
height: 5px;
|
|
|
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>
|