replace medium font weight with 500

This commit is contained in:
woodser 2025-05-16 14:06:51 -04:00
parent b41bf3968c
commit 8d33a5f737
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -822,7 +822,7 @@ tree-table-view:focused {
.nav-button .text {
-fx-font-size: 0.95em;
-fx-font-weight: medium;
-fx-font-weight: 500;
-fx-fill: -bs-rd-nav-deselected;
}
@ -856,7 +856,7 @@ tree-table-view:focused {
.nav-secondary-button .text {
-fx-font-size: 0.95em;
-fx-font-weight: medium;
-fx-font-weight: 500;
-fx-fill: -bs-rd-nav-secondary-deselected;
}