Skip to content

Commit b4a126a

Browse files
committed
Update link styling for whole website
1 parent 914f5af commit b4a126a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

webpack/sass/main.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
@import "../node_modules/@creativecommons/vocabulary/scss/color.scss";
44
@import "../node_modules/@creativecommons/vocabulary/scss/typography.scss";
55

6+
// links
7+
a {
8+
@extend .has-color-forest-green;
9+
10+
text-decoration: none;
11+
}
12+
613
.navbar-item {
714
&.has-dropdown {
815
.navbar-dropdown {

0 commit comments

Comments
 (0)