Update '_sass/minima-dark/_base.scss'

This commit is contained in:
Kale 2021-06-08 09:57:53 -07:00
parent 38078c8d1f
commit 1f63eda70d
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

View File

@ -20,7 +20,6 @@ dl, dd, ol, ul, figure {
*/ */
body { body {
font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family; font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family;
color: $text-color;
background-color: $background-color; background-color: $background-color;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-webkit-font-feature-settings: "kern" 1; -webkit-font-feature-settings: "kern" 1;
@ -34,8 +33,21 @@ body {
overflow-wrap: break-word; overflow-wrap: break-word;
} }
h1 {
color: $head-color;
}
h2, h3, h4, h5, h6 {
color: $subhead-color
}
b {
color: $bold-color;
}
p {
color: $text-color;
}
/** /**
* Set `margin-bottom` to maintain vertical rhythm * Set `margin-bottom` to maintain vertical rhythm
*/ */