diff options
-rw-r--r-- | index.html | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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; |