Increase font weight to 500 on <button>s and <label>s
This commit is contained in:
parent
9dab74891d
commit
77b6fb138f
3 changed files with 8 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue