1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 17:25:16 +03:00

Fixes text legibility (#4083)

This commit is contained in:
Yaros 2024-07-04 20:39:48 +02:00 committed by GitHub
parent 277dd90ff9
commit d31a21bfc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1086,6 +1086,11 @@ dialog {
margin-bottom: 1rem;
padding-bottom: 0.25rem;
}
#button-documentation {
color: #000;
}
.tab_sponsor {
min-height: 60px;
}
@ -1304,7 +1309,7 @@ dialog {
gap: 0.5rem;
}
.gui_box_titlebar {
color: var(--surface-100);
color: #000;
background-color: var(--primary-500);
position: absolute;
font-size: 13px;