aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src/sass/type
diff options
context:
space:
mode:
Diffstat (limited to 'demo/src/sass/type')
-rw-r--r--demo/src/sass/type/base.scss4
-rw-r--r--demo/src/sass/type/headings.scss1
2 files changed, 4 insertions, 1 deletions
diff --git a/demo/src/sass/type/base.scss b/demo/src/sass/type/base.scss
index 91c7849b..c4fc5931 100644
--- a/demo/src/sass/type/base.scss
+++ b/demo/src/sass/type/base.scss
@@ -8,8 +8,9 @@ html {
}
body {
- @include font-smoothing();
+ @include font-smoothing;
@include font-size($font-size-base);
+
color: $color-text;
font-family: $font-sans-serif;
font-weight: $font-weight-medium;
@@ -30,5 +31,6 @@ small {
small {
@include font-size($font-size-small);
+
display: block;
}
diff --git a/demo/src/sass/type/headings.scss b/demo/src/sass/type/headings.scss
index a6a92971..ca32076f 100644
--- a/demo/src/sass/type/headings.scss
+++ b/demo/src/sass/type/headings.scss
@@ -4,6 +4,7 @@
h1 {
@include font-size($font-size-h1);
+
color: $color-headings;
font-weight: $font-weight-bold;
letter-spacing: $letter-spacing-headings;