Spaces:
Running
Running
BraydenMoore
commited on
Commit
•
54e9b5e
1
Parent(s):
f78105b
Update templates/index.html
Browse files- templates/index.html +2 -1
templates/index.html
CHANGED
@@ -148,6 +148,7 @@
|
|
148 |
}
|
149 |
.hoverButton {
|
150 |
color: var(--text-color);
|
|
|
151 |
}
|
152 |
.hoverButton:hover {
|
153 |
color: black;
|
@@ -289,7 +290,7 @@
|
|
289 |
feed.style.width = "80px";
|
290 |
feed.style.height = "50px";
|
291 |
feed.src = loadingGif;
|
292 |
-
feed.style.opacity = "0.
|
293 |
const infoDiv = document.getElementById("info");
|
294 |
const infoText = document.getElementById("info-text");
|
295 |
infoText.style.opacity = "0";
|
|
|
148 |
}
|
149 |
.hoverButton {
|
150 |
color: var(--text-color);
|
151 |
+
transition: 0.5s ease;
|
152 |
}
|
153 |
.hoverButton:hover {
|
154 |
color: black;
|
|
|
290 |
feed.style.width = "80px";
|
291 |
feed.style.height = "50px";
|
292 |
feed.src = loadingGif;
|
293 |
+
feed.style.opacity = "0.3";
|
294 |
const infoDiv = document.getElementById("info");
|
295 |
const infoText = document.getElementById("info-text");
|
296 |
infoText.style.opacity = "0";
|