Skip to content

Commit be20c68

Browse files
committed
Fix color and print links gray
1 parent 5dc3d83 commit be20c68

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/info/resume/page.module.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $default-float: left;
77
$header-font-family: variables.$font-family-one;
88
$header-font-weight: variables.$heading-weight;
99
$header-font-style: normal !default;
10-
$header-font-color: variables.$gray-base !default;
10+
$header-font-color: variables.$color-font-one !default;
1111
$header-line-height: 1.4 !default;
1212
$header-top-margin: .2rem !default;
1313
$header-bottom-margin: .5rem !default;
@@ -68,6 +68,7 @@ $definition-list-margin-bottom: unit.rem-calc(12) !default;
6868
}
6969

7070
.resume {
71+
color: variables.$color-font-one;
7172
font-family: variables.$font-family-two;
7273
background: {
7374
color: #fff;
@@ -231,6 +232,7 @@ $definition-list-margin-bottom: unit.rem-calc(12) !default;
231232
h1 { color: variables.$color-font-two !important; }
232233
h2 {font-size: 100%;}
233234
h3, h4, p, ul, ol, dl, li {font-size: 85%;}
235+
a { color: variables.$color-font-one }
234236
}
235237
}
236238

0 commit comments

Comments
 (0)