diff options
author | Jesús <heckyel@hyperbola.info> | 2022-02-11 11:08:56 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-02-11 11:08:56 -0500 |
commit | 69e20fc11381bdc94c416f11527289a34ffb89ed (patch) | |
tree | 4b8969904958e4a377a9dd00cabd972c1ce22429 /demo/src/sass/type/base.scss | |
parent | 421de00c8bb27fd0cd01d19ed4c2681ef2d63446 (diff) | |
download | plyr-master.tar.lz plyr-master.tar.xz plyr-master.zip |
Diffstat (limited to 'demo/src/sass/type/base.scss')
-rw-r--r-- | demo/src/sass/type/base.scss | 4 |
1 files changed, 3 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; } |