From 5e2f6a07ab969ef7a498b8c7c77c544e51428620 Mon Sep 17 00:00:00 2001 From: Evan <38150833+beigebeats@users.noreply.github.com> Date: Thu, 23 Nov 2023 00:06:16 -0800 Subject: Adjusted Font Stroke to vmin --- styles.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'styles.scss') diff --git a/styles.scss b/styles.scss index c86ba37..510a514 100644 --- a/styles.scss +++ b/styles.scss @@ -18,6 +18,7 @@ $sans-serif-font: 'Helvetica'; background-size: cover; background-repeat: no-repeat; + background-color: $secondary-color; font-family: sans-serif; } @@ -51,17 +52,16 @@ $sans-serif-font: 'Helvetica'; list-style: none; li { - margin: 10px 0; + margin: 0.5vmin 0; display: flex; justify-content: left; a { text-decoration: none; - letter-spacing: 5px; font-weight: 700; font-size: 15vmin; color: rgba(255, 255, 255, 0); - -webkit-text-stroke: 1.4px $primary-color; + -webkit-text-stroke: 0.12vmin $primary-color; transition-duration: 200ms; &:hover { -- cgit v1.2.3