17 lines
230 B
CSS
17 lines
230 B
CSS
* {
|
|
background-color: #999999;
|
|
}
|
|
|
|
QTextEdit {
|
|
background-color: #141414;
|
|
color: #c7cfd0;
|
|
}
|
|
|
|
QTreeView, QHeaderView {
|
|
font-size: 13px;
|
|
}
|
|
/* QStatusBar::item QLabel {
|
|
color: #990000;
|
|
font-style: normal;
|
|
} */
|