Spaces:
Running
Running
Commit
·
12354f8
1
Parent(s):
d075963
Update templates/index.html
Browse files- templates/index.html +4 -0
templates/index.html
CHANGED
@@ -91,6 +91,10 @@
|
|
91 |
transition: 0.5s ease-in-out;
|
92 |
}
|
93 |
|
|
|
|
|
|
|
|
|
94 |
@media only screen and (orientation: portrait) {
|
95 |
body {
|
96 |
margin-left: auto;
|
|
|
91 |
transition: 0.5s ease-in-out;
|
92 |
}
|
93 |
|
94 |
+
a {
|
95 |
+
color:rgb(83, 83, 83);
|
96 |
+
}
|
97 |
+
|
98 |
@media only screen and (orientation: portrait) {
|
99 |
body {
|
100 |
margin-left: auto;
|