24 lines
397 B
Plaintext
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;
|
||
|
|
|
||
|
|
}
|