website/assets/scss/private.scss
liuboaibc 0698dde640 add cookie tip
Signed-off-by: liuboaibc <kukudehero@gmail.com>
2021-04-22 11:16:03 +08:00

25 lines
324 B
SCSS

@import "variables";
@import "mixin";
@import "markdown";
@import "content";
.md-body {
font-size: 16px;
line-height: 2.29;
color: #36435c;
}
.md-body h2 {
font-weight: 500;
line-height: 40px;
text-shadow: none;
text-align: left;
}
.md-body h3 {
font-weight: 600;
line-height: 1.5;
color: #171c34;
}