Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[199][Feedback wanted] Documentation on how to customize content #211

Merged
6 changes: 6 additions & 0 deletions assets/scss/_blog.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
.blog {

.post .post-title a{
color: #478079;
}


.has-sidebar {
display: flex;
flex-wrap: wrap;
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/_raditian.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@ li.book-content p{
}

article.post.summary h2{
font-size: 24px
font-size: 40px
}
.post-summary{
margin-top: 20px;
Expand Down
Loading
Loading