From 5c7136bcbf590bbe1bd14bd4dbd57d0d1c5cc4e3 Mon Sep 17 00:00:00 2001 From: reverend Date: Sat, 31 Jul 2021 11:44:52 +0200 Subject: [PATCH] #48 Better Link Styling --- components/01_Atoms/link/_link.scss | 14 ++++---------- components/01_Atoms/link/link.config.json | 2 +- components/01_Atoms/link/link.hbs | 6 +++++- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/components/01_Atoms/link/_link.scss b/components/01_Atoms/link/_link.scss index bdb3608..aabef3e 100644 --- a/components/01_Atoms/link/_link.scss +++ b/components/01_Atoms/link/_link.scss @@ -1,16 +1,10 @@ .LP-Link { - color: $-grey; + color: $-light-brown; text-decoration: none; - font-family: $-primary-sans-serif-font; + font-family: $-primary-serif-font; &:hover { - color: $-light-brown; - } - - .LP-Paragraph{ - font-family: $-primary-sans-serif-font; - &:hover{ - color: $-light-brown; - } + color: $-grey; + text-decoration: underline; } } diff --git a/components/01_Atoms/link/link.config.json b/components/01_Atoms/link/link.config.json index 9d91a40..b3d6dad 100644 --- a/components/01_Atoms/link/link.config.json +++ b/components/01_Atoms/link/link.config.json @@ -1,6 +1,6 @@ { "context": { "url": "#", - "text": "Click Me" + "text": "click me" } } \ No newline at end of file diff --git a/components/01_Atoms/link/link.hbs b/components/01_Atoms/link/link.hbs index 21d3eb5..3384e05 100644 --- a/components/01_Atoms/link/link.hbs +++ b/components/01_Atoms/link/link.hbs @@ -1 +1,5 @@ -{{text}} \ No newline at end of file +

+ Lorem ipsum dolor sit amet, consetetur sadipscing elitr + {{text}} + sanctus est Lorem ipsum dolor sit amet +

\ No newline at end of file