Added stronger typing in settings; logging loading times; css changes to transparency

This commit is contained in:
2024-10-20 15:06:20 -05:00
parent fafc1a985f
commit f2b33066af
5 changed files with 67 additions and 58 deletions

View File

@@ -1,12 +1,14 @@
/* ---- Make most desired things base transparent ---- */
/* ---- Make most desired things base transparent ---- */
popover,
popover > *,
scrolledwindow > *,
textview > *,
.main-window > .base-container > .body-container,
.main-window > .base-container > .body-container > .left-container,
.main-window > .base-container > .body-container > .center-container,
.main-window > .base-container > .body-container > .right-container {
popover > box
.main-window,
.base-container,
.body-container,
.center-container,
.header-container,
.left-containerm,
.right-container {
background: rgba(0, 0, 0, 0.0);
color: rgba(255, 255, 255, 1);
}