From 4658af2cec983cd400e015317e051a5a9bbbe6e1 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Fri, 3 Jul 2020 15:07:46 -0400 Subject: Change links colour --- index.html | 9 +++++++++ 1 file changed, 9 insertions(+) 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; -- cgit v1.2.3