diff options
| author | s1n <[email protected]> | 2019-07-24 11:21:41 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-07-24 11:21:41 -0700 |
| commit | f96b52b3e841b07b2f5f4d2252ad2e99b3d6d7b0 (patch) | |
| tree | ace70eb8b61899c1730021e2d22d92b9fc28efa6 /index.html | |
| parent | files upload (diff) | |
| download | s1n.pw-admin-f96b52b3e841b07b2f5f4d2252ad2e99b3d6d7b0.tar.xz s1n.pw-admin-f96b52b3e841b07b2f5f4d2252ad2e99b3d6d7b0.zip | |
change hyperlink highlight colour
#000 to #282936
Diffstat (limited to 'index.html')
| -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>
|