Skip to content

Commit 4d4f6f6

Browse files
alexandersandbergfedericobucchi
authored andcommitted
add underline to callout links
1 parent f322233 commit 4d4f6f6

File tree

1 file changed

+3
-0
lines changed
  • assets/stylesheets/new-stylesheets/includes/callout

1 file changed

+3
-0
lines changed

assets/stylesheets/new-stylesheets/includes/callout/_base.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
@include link-with-right-arrow();
3838
display: block;
3939
color: white;
40+
text-decoration: underline;
41+
text-decoration-color: rgba(255,255,255,0.5);
42+
text-underline-offset: 2px;
4043
margin-top: 14px;
4144

4245
i {

0 commit comments

Comments
 (0)