Index: static/scss/base/_utilities.scss |
=================================================================== |
--- a/static/scss/base/_utilities.scss |
+++ b/static/scss/base/_utilities.scss |
@@ -102,8 +102,15 @@ |
} |
a.muted, |
.muted a |
{ |
color: $gray-medium !important; |
text-decoration: underline; |
} |
+ |
+// Underlined /////////////////////////////////////////////////////////////// |
+ |
+.underlined |
+{ |
+ border-bottom: 1px dotted $gray; |
+} |