Skip to content

Commit

Permalink
Reduces footer title boldness #60
Browse files Browse the repository at this point in the history
Reduces the font-weight of the titles in the footer from 700 to 500 to match the other headers. Fixes part of #60.
  • Loading branch information
Lucas-Mc committed Sep 8, 2020
1 parent 60492d0 commit 5922abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
}
.menu_head {
color: #000000!important;
font-weight: 700;
font-weight: 500;
font-size: 1.125em;
line-height: 1.5em;
}
Expand Down

0 comments on commit 5922abb

Please sign in to comment.