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/lambda.js | 2 +- public/style.css | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'public') diff --git a/public/lambda.js b/public/lambda.js index 85037c3..d71322e 100644 --- a/public/lambda.js +++ b/public/lambda.js @@ -45,7 +45,7 @@ function putlam(el, height, width, min, max, period) { } let lamEl = document.querySelector('.lambda'); -putlam(lamEl, 45, 45, 0.3, 4.5, 450); +putlam(lamEl, 55, 45, 0.3, 4.5, 450); ` 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