Change font+weight of action buttons

This commit is contained in:
Gabe Kangas 2022-09-01 21:59:47 -07:00
parent 46166a78d9
commit 7a9332408e
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA

View File

@ -1,5 +1,7 @@
.button {
margin: 3px;
font-weight: 400;
font-family: var(--theme-text-display-font-family);
.icon {
width: 20px;
margin-right: 3px;