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; + } }