14 lines
189 B
CSS
14 lines
189 B
CSS
* {
|
|
color: white;
|
|
font-size: 14px;
|
|
font-weight: 100;
|
|
}
|
|
|
|
#small {
|
|
font-size: 12px;
|
|
}
|
|
|
|
#window {
|
|
background: qlineargradient( x1:0 y1:0.4, x2:0 y2:1, stop:0 #2F3F86, stop:1 #1C7BBC );
|
|
}
|