mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-12 00:35:31 +01:00
232399ea28
Fixes #1483
14 lines
178 B
CSS
14 lines
178 B
CSS
#container {
|
|
background: %background;
|
|
border-radius: 10px;
|
|
border: 1px solid rgba(200, 200, 200, 75%);
|
|
}
|
|
|
|
#label1 {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#label2 {
|
|
font-size: 7.5pt;
|
|
}
|