Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Commit 0c14642

Browse files
committed
Add styling to links
1 parent 50a51af commit 0c14642

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

extension/src/common.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ $text-color-darker: #000a44;
99
$text-color-brand: #4569fc;
1010
$text-color-status: #486cff;
1111
$text-color-status-error: #8b1515;
12+
$text-color-link: #4d72f0;
1213

1314
$font-family: "aktiv grotesk", -apple-system, roboto, serif;
1415

@@ -43,3 +44,12 @@ button {
4344
background-color: $bg-color-status-darker;
4445
}
4546
}
47+
48+
a {
49+
color: $text-color-link;
50+
text-decoration: none;
51+
52+
&:hover {
53+
text-decoration: underline;
54+
}
55+
}

0 commit comments

Comments
 (0)