Skip to content

Commit

Permalink
Merge pull request #7 from C-o-m-o-n/main
Browse files Browse the repository at this point in the history
update text colors
  • Loading branch information
LyubomirT authored Jul 27, 2024
2 parents e144f82 + 5317002 commit 2d21c93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ QTextEdit {
background-color: #ffffff;
border: 1px solid #cccccc;
padding: 5px;
color: #000000;
}

QLabel {
font-size: 10pt;
margin-bottom: 5px;
color: #000000;
}

QSpinBox, QDoubleSpinBox {
Expand All @@ -21,11 +23,14 @@ QSpinBox, QDoubleSpinBox {
border: 1px solid #cccccc;
padding: 5px;
width: 100px;
color: #000000;
}

QCheckBox {
font-size: 10pt;
margin: 10px 0;
padding: 10px;
color: #000000;
}

QPushButton {
Expand Down

0 comments on commit 2d21c93

Please sign in to comment.