Files
UTop/user_config/usr/share/utop/stylesheet.css
2025-11-30 19:54:00 -06:00

46 lines
752 B
CSS

/* ---- Make most desired things base transparent ---- */
popover,
popover > box,
notebook,
header,
stack,
scrolledwindow,
viewport {
background: rgba(0, 0, 0, 0.0);
color: rgba(255, 255, 255, 1);
}
tab {
color: rgba(255, 255, 255, 1);
}
tab:checked {
border-bottom-color: rgba(125, 125, 125, 1);
}
.main-window,
.base-container,
.body-container,
.center-container,
.header-container,
.footer-container,
.left-containerm,
.right-container {
background: rgba(0, 0, 0, 0.0);
color: rgba(255, 255, 255, 1);
}
.base-container {
background: rgba(39, 43, 52, 0.64);
margin: 10px;
}
.clock-widget * {
font-size: 20px;
}
.active-category {
background: rgba(0, 124, 0, 0.64);
color: rgba(255, 255, 255, 1);
}