diff --git a/style.css b/style.css index a1b56d4..93d9ee3 100644 --- a/style.css +++ b/style.css @@ -28,13 +28,16 @@ font-weight: 700; font-style: normal; } - body { margin: 0; background-color: #004098; color: #fff; font-family: 'Quicksand', PingFang SC, sans-serif; } +a:hover, a:active{ + color:#E7ECEF; + background-color: transparent; +} .cosmos { display: flex; flex-direction: column;