Files
BloomPatched/src/Insight/UserInterfaces/InsightWindow/Stylesheets/AboutWindow.qss

31 lines
521 B
Plaintext
Raw Normal View History

2021-04-04 21:04:12 +01:00
* {
color: #c2c4c6;
font-family: 'Ubuntu', sans-serif;
}
QMainWindow {
2021-09-21 23:13:28 +01:00
background-color: #373835;
2021-04-04 21:04:12 +01:00
}
#bloom-icon {
min-height: 150px;
min-width: 150px;
max-height: 150px;
max-width: 150px;
image: url(":/compiled/src/Insight/UserInterfaces/InsightWindow/Images/BloomIcon.svg");
2021-04-04 21:04:12 +01:00
image-position: center;
}
2021-06-26 03:42:40 +01:00
#version-label {
font-size: 15px;
}
#author-label, #os-link-label, #link-label, #author-label {
2021-04-04 21:04:12 +01:00
font-size: 14px;
2021-06-26 03:42:40 +01:00
}
2021-04-04 21:04:12 +01:00
2021-06-26 03:42:40 +01:00
#author-label, #os-link-label {
color: #adadb1;
}