Skip to content

Commit

Permalink
Add h3 style for additional headings (closes #16)
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Jul 5, 2018
1 parent 10c85fe commit cc58e7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion bulrush/static/css/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ article .section {
}
}

h1, h2 {
h1, h2, h3 {
color: @darker-grey;
font-weight: 500;
line-height: 1.125;
Expand All @@ -29,6 +29,10 @@ article .section {
font-size: 1.25rem;
}

h3 {
font-size: 1.125rem;
}

blockquote, .highlight {
background-color: @grey;
color: @dark-grey;
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
test_suite='tests',
tests_require=['pelican'],
url='https://github.com/textbook/bulrush',
version='0.1.0',
version='0.1.1',
)

0 comments on commit cc58e7a

Please sign in to comment.