Pulstar/user_config/usr/share/pulstar/stylesheet.css

24 lines
359 B
CSS
Raw Normal View History

* {
/* background: rgba(0, 0, 0, 0.14); */
2023-05-07 06:21:26 +00:00
color: rgba(255, 255, 255, 1);
border: 2px solid rgba(0, 0, 0, 0.0);
}
2023-05-07 06:21:26 +00:00
.base-container {
margin: 10px;
}
2023-05-07 15:55:03 +00:00
.sink-list-container {
margin-bottom: 10px;
}
.sink-device {
border-bottom: 2px solid rgba(255, 255, 255, 0.34);
margin-bottom: 20px;
padding-bottom: 10px;
}
.sink-input {
2023-05-07 06:21:26 +00:00
}