Cornea/user_config/usr/share/cornea/stylesheet.css

11 lines
237 B
CSS
Raw Normal View History

2023-04-20 04:08:53 +00:00
.region-window {
2020-06-17 02:19:40 +00:00
background-color: rgba(0, 0, 0, 0.0);
2023-04-20 04:08:53 +00:00
/* Dark Bergundy */
2023-04-22 15:55:06 +00:00
border: 2px solid rgba(116, 0, 0, 1);
2023-04-20 04:08:53 +00:00
}
2023-04-22 20:05:28 +00:00
.transparent-button {
2023-04-20 04:08:53 +00:00
background-color: rgba(0, 0, 0, 0.0);
2023-04-22 20:05:28 +00:00
border: 2px solid rgba(96, 96, 96, 1);
2020-06-17 02:19:40 +00:00
}