diff options
author | Dante Catalfamo | 2020-07-03 15:07:46 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-07-03 15:07:46 -0400 |
commit | 4658af2cec983cd400e015317e051a5a9bbbe6e1 (patch) | |
tree | 883b7711afef608c1029bd51b10ac9b9666d2fc2 | |
parent | f4d27236e71b97b74ff7b8a1c0e7b163512c90e1 (diff) | |
download | homepage-4658af2cec983cd400e015317e051a5a9bbbe6e1.tar.gz homepage-4658af2cec983cd400e015317e051a5a9bbbe6e1.tar.bz2 homepage-4658af2cec983cd400e015317e051a5a9bbbe6e1.zip |
Change links colour
-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; |