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