summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/index.html b/index.html
index 32c743b..9e46025 100644
--- a/index.html
+++ b/index.html
@@ -32,10 +32,19 @@
font-size: 16px;
display: inline-block;
position: absolute;
+ background: black;
+ padding: 3px;
+ border: 1px solid white;
}
.links > span {
color: white;
}
+ .links a {
+ color: lightgrey;
+ }
+ .links a:visited {
+ color: grey;
+ }
@media only screen and (max-width: 440px) {
.bigguy {
display: block;