audrey/resources/style.css

25 lines
358 B
CSS
Raw Normal View History

2024-10-20 14:15:22 +00:00
/*
#play-queue-page {
background-image: linear-gradient(
var(--window-bg-color),
var(--accent-bg-color));
}
*/
2024-10-12 18:41:03 +00:00
#seek-scale slider {
margin: 0px;
opacity: 0%;
min-width: 10px;
min-height: 10px;
}
2024-10-12 18:44:10 +00:00
#volume-scale slider {
margin: -5px;
min-width: 15px;
min-height: 15px;
}
2024-10-19 12:04:52 +00:00
#play-queue .playing label.title {
2024-10-19 12:04:52 +00:00
font-weight: bold;
}