Increase font weight to 500 on <button>s and <label>s

This commit is contained in:
Peter deHaan 2017-08-08 12:55:26 -07:00
parent 9dab74891d
commit 77b6fb138f
3 changed files with 8 additions and 5 deletions

View file

@ -138,6 +138,10 @@ a {
text-decoration: none;
}
.btn {
font-weight: 500;
}
/** page-one **/
.title {
@ -644,7 +648,6 @@ tbody {
background: #0297f8;
border: 1px solid #0297f8;
border-radius: 5px;
font-weight: 300;
cursor: pointer;
}