namesny-com/src/components/Post.scss

16 lines
184 B
SCSS

@import "../stylesheets/variables.scss";
.postContent {
clear: both;
h1,h2,h2,h4,h5,h6 {
color: $black;
}
}
.postDate {
float: right;
h3 {
font-weight: normal
}
}