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

14 lines
342 B
CSS
Raw Normal View History

2023-05-07 15:55:03 +00:00
/* * {
background: rgba(0, 0, 0, 0.14);
2023-05-07 06:21:26 +00:00
color: rgba(255, 255, 255, 1);
2023-05-07 15:55:03 +00:00
} */
2023-05-07 06:21:26 +00:00
2023-05-07 15:55:03 +00:00
.sink-list-container {
2023-05-07 06:21:26 +00:00
/* Neon Blue 00e8ff border */
/* border: 2px solid rgba(0, 232, 255, 0.25); */
/* Dark Bergundy */
/* border: 2px solid rgba(116, 0, 0, 0.64); */
/* Snow White */
2023-05-07 15:55:03 +00:00
border: 2px solid rgba(255, 255, 255, 0.34);
2023-05-07 06:21:26 +00:00
}