2025-11-29 23:16:01 -06:00
|
|
|
/* ---- Make most desired things base transparent ---- */
|
|
|
|
|
/* ---- Make most desired things base transparent ---- */
|
|
|
|
|
popover,
|
|
|
|
|
popover > box,
|
|
|
|
|
.main-window,
|
|
|
|
|
.base-container,
|
|
|
|
|
.body-container,
|
|
|
|
|
.center-container,
|
|
|
|
|
.header-container,
|
|
|
|
|
.footer-containerm,
|
|
|
|
|
.left-containerm,
|
|
|
|
|
.right-container {
|
|
|
|
|
background: rgba(0, 0, 0, 0.0);
|
2022-11-11 21:31:17 -06:00
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
|
|
}
|
|
|
|
|
|
2025-11-29 23:16:01 -06:00
|
|
|
.base-container {
|
|
|
|
|
background: rgba(0, 0, 0, 0.64);
|
|
|
|
|
margin: 10px;
|
2022-11-11 21:31:17 -06:00
|
|
|
}
|
|
|
|
|
|
2025-11-29 23:16:01 -06:00
|
|
|
.clock-widget * {
|
|
|
|
|
font-size: 20px;
|
2022-11-11 21:31:17 -06:00
|
|
|
}
|
2025-11-30 17:41:28 -06:00
|
|
|
|
|
|
|
|
.active-category {
|
|
|
|
|
background: rgba(0, 124, 0, 0.64);
|
|
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
|
|
}
|