diff options
| -rw-r--r-- | index.html | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -129,7 +129,7 @@ a:hover,
a:focus {
outline: none;
- background: #000;
+ background: #282936;
color: #fff;
}
</style>
@@ -171,6 +171,5 @@ <!-- animate -->
<script src="js/app.js"></script>
-
-
- </body></html>
\ No newline at end of file +
+ </body></html>
|