Files
Mirage2/user_config/usr/share/mirage2/stylesheet.css

10 lines
187 B
CSS
Raw Normal View History

.image-view {
/* background-color: rgba(0, 0, 0, 0.0); */
2022-02-23 00:54:16 -06:00
/* Dark Bergundy */
border: 2px solid rgba(56, 56, 56, 1);
2022-02-23 00:54:16 -06:00
}
2023-04-26 19:26:19 -05:00
.button-highlighted {
background-color: #AB7E45;
}