18 lines
221 B
CSS
18 lines
221 B
CSS
* {
|
|
background-color: #999999;
|
|
}
|
|
|
|
QTextEdit {
|
|
background-color: #141414;
|
|
color: #c7cfd0;
|
|
}
|
|
|
|
QTextBrowser {
|
|
background-color: #141414;
|
|
color: #c7cfd0;
|
|
}
|
|
|
|
QTreeView, QHeaderView {
|
|
font-size: 13px;
|
|
}
|