Skip to content

Commit

Permalink
Fixes text legibility (#4083)
Browse files Browse the repository at this point in the history
  • Loading branch information
YarosMallorca authored Jul 4, 2024
1 parent 277dd90 commit d31a21b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/css/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -1086,6 +1086,11 @@ dialog {
margin-bottom: 1rem;
padding-bottom: 0.25rem;
}

#button-documentation {
color: #000;
}

.tab_sponsor {
min-height: 60px;
}
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit d31a21b

Please sign in to comment.