From 78ccb6a57172bf5738fb090fc438a5085832700a Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Fri, 8 Apr 2022 02:08:24 +0100 Subject: [PATCH] web/lukegbcom: underline links in posts --- web/lukegbcom/styles/Post.module.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/lukegbcom/styles/Post.module.scss b/web/lukegbcom/styles/Post.module.scss index 2993f7f4d8..f1ac543898 100644 --- a/web/lukegbcom/styles/Post.module.scss +++ b/web/lukegbcom/styles/Post.module.scss @@ -10,4 +10,7 @@ .post { max-width: var(--maxWidth); width: 100%; + a { + text-decoration: underline; + } }