Update stylesheet.qss

This commit is contained in:
tiotrom 2020-12-21 16:30:23 +00:00
parent 6c7a8c8c04
commit 8aa290aad8
1 changed files with 2 additions and 2 deletions

View File

@ -26,6 +26,6 @@ object names (ids), which you can find through debugging tools.
QVBoxLayout {
background-color: pink;
color: pink;
background-color: #313338;
color: #313338;
}