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

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