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:
parent
277dd90ff9
commit
d31a21bfc7
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue