We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b39fa3 commit e951390Copy full SHA for e951390
scss/_type.scss
@@ -103,13 +103,13 @@ blockquote {
103
margin: 0 0 $line-height-computed;
104
padding: ($line-height-computed / 2) $line-height-computed;
105
border-left: 5px solid gray;
106
-
+
107
p {
108
font-weight: 300;
109
font-size: ($font-size-base * 1.25);
110
line-height: 1.25;
111
}
112
113
p:last-child {
114
margin-bottom: 0;
115
@@ -148,6 +148,13 @@ address {
148
149
// Links
150
// -------------------------
151
+a {
152
+ color: $link-color;
153
154
+ &:hover {
155
+ color: $link-hover-color;
156
+ }
157
+}
158
159
a.subdued {
160
padding-right: 10px;
0 commit comments