Spaces:
Running
Running
Commit
·
f44f27e
1
Parent(s):
c666fe4
Update templates/index.html
Browse files- templates/index.html +5 -2
templates/index.html
CHANGED
@@ -25,13 +25,16 @@
|
|
25 |
}
|
26 |
|
27 |
.dot {
|
|
|
|
|
|
|
28 |
width: 5px;
|
29 |
height: 5px;
|
30 |
border-radius: 50%;
|
31 |
position: absolute;
|
32 |
background-color: yellow;
|
33 |
-
margin-left: -
|
34 |
-
margin-top: -
|
35 |
}
|
36 |
|
37 |
@keyframes pulse-animation {
|
|
|
25 |
}
|
26 |
|
27 |
.dot {
|
28 |
+
border-style: solid;
|
29 |
+
border-width: 2px;
|
30 |
+
border-color: black;
|
31 |
width: 5px;
|
32 |
height: 5px;
|
33 |
border-radius: 50%;
|
34 |
position: absolute;
|
35 |
background-color: yellow;
|
36 |
+
margin-left: -4.5px;
|
37 |
+
margin-top: -4.5px;
|
38 |
}
|
39 |
|
40 |
@keyframes pulse-animation {
|