Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
|
@@ -151,7 +151,7 @@
|
|
| 151 |
}
|
| 152 |
a {
|
| 153 |
background-color: transparent;
|
| 154 |
-
border-radius:
|
| 155 |
text-decoration: none;
|
| 156 |
color:var(--text-color);
|
| 157 |
transition: 0.1s ease;
|
|
@@ -179,7 +179,7 @@
|
|
| 179 |
margin: auto;
|
| 180 |
margin-left: 10px;
|
| 181 |
color: white;
|
| 182 |
-
transition: 0.
|
| 183 |
}
|
| 184 |
#share:hover {
|
| 185 |
opacity: 0.5;
|
|
|
|
| 151 |
}
|
| 152 |
a {
|
| 153 |
background-color: transparent;
|
| 154 |
+
border-radius: 0px;
|
| 155 |
text-decoration: none;
|
| 156 |
color:var(--text-color);
|
| 157 |
transition: 0.1s ease;
|
|
|
|
| 179 |
margin: auto;
|
| 180 |
margin-left: 10px;
|
| 181 |
color: white;
|
| 182 |
+
transition: 0.1s ease;
|
| 183 |
}
|
| 184 |
#share:hover {
|
| 185 |
opacity: 0.5;
|