From d86732c9b303fd8697c76b88dbde296497c6e42d Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Thu, 29 Dec 2022 23:54:38 +0100 Subject: [PATCH] All links get link style from global stylesheet --- src/routes/privacy-policy/+page.svelte | 6 +----- src/routes/styles.css | 2 ++ 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/routes/privacy-policy/+page.svelte b/src/routes/privacy-policy/+page.svelte index 7eb4d50..820aac3 100644 --- a/src/routes/privacy-policy/+page.svelte +++ b/src/routes/privacy-policy/+page.svelte @@ -33,7 +33,7 @@

Kontaktperson: Leigh Midbøe
- E-post: contact@planetposen.no + E-post: contact@planetposen.no

@@ -176,8 +176,4 @@ diff --git a/src/routes/styles.css b/src/routes/styles.css index ab2be52..4e7aa1c 100644 --- a/src/routes/styles.css +++ b/src/routes/styles.css @@ -47,6 +47,8 @@ a:hover { a.link { border-bottom: 2px solid var(--color-text) !important; + text-decoration: none; + display: inline-block; } h1 {