diff --git a/src/routes/+page.css b/src/routes/+page.css index 05be1dc..c973b94 100644 --- a/src/routes/+page.css +++ b/src/routes/+page.css @@ -24,6 +24,14 @@ body { text-align: center; } +a { + color: rgb(0, 255, 0); +} + +a:hover { + color: green; +} + .parallax-background { position: fixed; top: 0;