Files
BloomPatched/src/Insight/UserInterfaces/InsightWindow/Stylesheets/AboutWindow.qss
2021-04-04 21:04:12 +01:00

24 lines
397 B
Plaintext

* {
color: #c2c4c6;
font-family: 'Ubuntu', sans-serif;
}
QMainWindow {
background-color: #3C3F41;
}
#bloom-icon {
min-height: 150px;
min-width: 150px;
max-height: 150px;
max-width: 150px;
image: url(":/compiled/Insight/UserInterfaces/InsightWindow/Images/BloomIcon.svg");
image-position: center;
}
#author-label {
font-size: 14px;
color: #adadb1;
}