Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion static/article-title.less
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ ul.title-links {
.on-this-page-table {
display: inline-block;
margin-left: @gutter*2;
margin-bottom: @gutter*2;
border: none;

.on-this-page-title {
Expand Down
3 changes: 3 additions & 0 deletions static/content.less
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,6 @@ blockquote{
.body{
margin: @gutter*2;
}
.cp_embed_wrapper {
margin-bottom: @gutter;
}
8 changes: 6 additions & 2 deletions static/type.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ h2{
}
}
h3{
color: lighten(@gray, 15%);
font-size: 25px;
color: lighten(@gray, 15%);
margin-top: @gutter*4;
font-weight: @font-weight-heading;
}
Expand All @@ -40,6 +41,9 @@ a {
text-decoration: underline;
}
}

h4, h5, h6 {
font-size: 20px;
color: @gray;
}