19 lines
477 B
CSS
Raw Normal View History

2024-09-01 17:09:45 +08:00
/* Sidebar */
#sidebar-box, #sidebar,
.sidebar-panel[lwt-sidebar] {
color: var(--gnome-toolbar-color) !important;
background: var(--gnome-sidebar-background) !important;
}
#sidebar-header {
padding: 8px;
border-bottom: 1px solid var(--gnome-sidebar-border-color) !important;
background: var(--sidebar-background-color) !important;
}
.sidebar-splitter {
width: 1px !important;
background-color: var(--gnome-sidebar-border-color) !important;
border: none !important;
}