Increase font weight for headings, reduce size of result card headings

This commit is contained in:
Sebastian Serth
2018-11-06 15:45:30 +01:00
parent 32db6cfbf2
commit 78037ab37a
2 changed files with 6 additions and 2 deletions

View File

@@ -3,6 +3,10 @@ h1 {
margin-bottom: 0.5em;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 500;
}
.lead {
font-size: 16px;
color: rgba(70, 70, 70, 1);