summaryrefslogtreecommitdiff
path: root/public/css/modules/nav.css
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-24 09:19:16 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-24 09:19:16 +0100
commita758d4dd0e6932170c325f3b047b1e22a4093260 (patch)
treef676ad1d9a9e5184bbaecea352ae38108e0ce38c /public/css/modules/nav.css
parentfee6dea4f2f7fb7979b120d820ba0f082b9d2ddc (diff)
Replaces px units with relative eighth rem units
Diffstat (limited to 'public/css/modules/nav.css')
-rw-r--r--public/css/modules/nav.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/modules/nav.css b/public/css/modules/nav.css
index f2e2c45..6af1c77 100644
--- a/public/css/modules/nav.css
+++ b/public/css/modules/nav.css
@@ -45,7 +45,7 @@
.nav__logo a {
text-decoration: none;
- border: 2px dotted transparent;
+ border: var(--relative-eighth-rem) dotted transparent;
transition: border-color 100ms;
}