mirror of
https://github.com/minoplhy/minima-dark.git
synced 2024-11-14 15:47:10 +00:00
Update '_sass/minima-dark/_base.scss'
This commit is contained in:
parent
38078c8d1f
commit
1f63eda70d
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user