From e3b40a94c06b5da811850e0e7be222affe0270fe Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Wed, 9 Aug 2023 23:16:52 +0100 Subject: [PATCH] style: add abbr styling --- src/scss/app.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/scss/app.scss b/src/scss/app.scss index 43ea4a2..4ed887b 100644 --- a/src/scss/app.scss +++ b/src/scss/app.scss @@ -161,6 +161,11 @@ article { font-size: 32px; margin: 50px 0; } + + abbr { + text-decoration: none; + border-bottom: 1px dotted #ffffff; + } } .blog-card {