Skip to content

Commit

Permalink
#3698: Make font size for buttons slightly smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
gjvoosten committed Oct 13, 2021
1 parent 63df0b6 commit 52d866e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/bootstrapOverrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
--anet-blue-dark: rgb(0, 92, 153);
}

.btn {
font-size: 0.9rem;
}

.btn-primary {
background-color: var(--anet-blue);
border-color: var(--anet-blue);
Expand Down

0 comments on commit 52d866e

Please sign in to comment.