Update index-open.html

This commit is contained in:
DremOS Developing Team 2018-09-25 11:06:44 -05:00 committed by GitHub
parent 51099ebf9e
commit 4b378e5c69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,14 @@
-o-background-size: cover; -o-background-size: cover;
background-size: cover; background-size: cover;
} }
a:link {
color: black;
text-decoration: none;
}
a:visited {
color: black;
text-decoration: none;
}
div { div {
background-color: gray; background-color: gray;
width: -50px; width: -50px;