From a03dd329e2c6470f594d1d6c8d2ae88d733abc56 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 5 Oct 2021 08:28:28 -0700 Subject: [PATCH] Make links visible on the home page --- assets/home.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/assets/home.css b/assets/home.css index 0e879be..c19a714 100644 --- a/assets/home.css +++ b/assets/home.css @@ -1,5 +1,14 @@ /* home.css */ +main a { + color: #3486ff; +} + +main a:hover { + color: ver(--fog); + border-bottom: 1px solid var(--pro); +} + #homepage-content { margin-bottom: 2em; } @@ -12,12 +21,6 @@ margin-top: 0; } - -#homepage-content a:hover { - color: ver(--fog); - border-bottom: 1px solid var(--pro); -} - #homepage-content h2, h3 { margin-top: 1.5em; } \ No newline at end of file