Skip to content

Commit e951390

Browse files
committed
fix(): add default link color
1 parent 5b39fa3 commit e951390

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

scss/_type.scss

+9-2
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ blockquote {
103103
margin: 0 0 $line-height-computed;
104104
padding: ($line-height-computed / 2) $line-height-computed;
105105
border-left: 5px solid gray;
106-
106+
107107
p {
108108
font-weight: 300;
109109
font-size: ($font-size-base * 1.25);
110110
line-height: 1.25;
111111
}
112-
112+
113113
p:last-child {
114114
margin-bottom: 0;
115115
}
@@ -148,6 +148,13 @@ address {
148148

149149
// Links
150150
// -------------------------
151+
a {
152+
color: $link-color;
153+
154+
&:hover {
155+
color: $link-hover-color;
156+
}
157+
}
151158

152159
a.subdued {
153160
padding-right: 10px;

0 commit comments

Comments
 (0)