aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss')
-rwxr-xr-xscss/style.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/scss/style.scss b/scss/style.scss
index 273070b..533f04b 100755
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -37,10 +37,13 @@ h1, h2, h3, h4, h5, h6 {
h1 {
font-weight: 400;
- font-size: 35px;
+ font-size: 32px;
@include mobile {
font-size: 32px;
}
+ a {
+ color: inherit;
+ }
}
h2 {
@@ -157,7 +160,7 @@ img {
font-family: $helveticaNeue;
font-weight: 300;
- font-size: 31px;
+ font-size: 28px;
letter-spacing: 1px;
@include mobile {
font-size: 22px;