From e58487c0eb9d850556de91c45f255478e90ba5a1 Mon Sep 17 00:00:00 2001 From: Eduardo Date: Sat, 5 Oct 2019 23:10:56 +0200 Subject: [PATCH] Change the text style of co-authors name --- src/sass/components/ui/_small-text.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/components/ui/_small-text.scss b/src/sass/components/ui/_small-text.scss index 595b944..d0bbcfe 100644 --- a/src/sass/components/ui/_small-text.scss +++ b/src/sass/components/ui/_small-text.scss @@ -11,7 +11,7 @@ margin-bottom: 20px; a { - color: $black; + text-decoration: underline; } } }