Spaces:
Running
Running
Commit
·
cac676c
1
Parent(s):
f1cc368
Update templates/index.html
Browse files- templates/index.html +2 -1
templates/index.html
CHANGED
@@ -83,11 +83,12 @@
|
|
83 |
a:hover {
|
84 |
background-color: yellow;
|
85 |
color: black;
|
86 |
-
transition: 0.5s ease
|
87 |
}
|
88 |
a {
|
89 |
text-decoration: none;
|
90 |
color:rgb(83, 83, 83);
|
|
|
91 |
}
|
92 |
@media only screen and (orientation: portrait) {
|
93 |
body {
|
|
|
83 |
a:hover {
|
84 |
background-color: yellow;
|
85 |
color: black;
|
86 |
+
transition: 0.5s ease;
|
87 |
}
|
88 |
a {
|
89 |
text-decoration: none;
|
90 |
color:rgb(83, 83, 83);
|
91 |
+
transition: 0.5s ease;
|
92 |
}
|
93 |
@media only screen and (orientation: portrait) {
|
94 |
body {
|