From 5384d0dc9f549a243f9e9825bdab6f8e8a68fc27 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Fri, 3 Jul 2020 16:20:06 -0400 Subject: Change link colour --- public/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'public/style.css') diff --git a/public/style.css b/public/style.css index 94729c2..aa2dc16 100644 --- a/public/style.css +++ b/public/style.css @@ -9,6 +9,7 @@ body { } .bigguy { display: flex; + padding-top: 25px; } .lambda { font-family: Andale Mono, monospace; @@ -33,10 +34,10 @@ body { color: white; } .links a { - color: lightgrey; + color: lightgreen; } .links a:visited { - color: grey; + color: lightgreen; } @media only screen and (max-width: 440px) { .bigguy { -- cgit v1.2.3