diff --git a/chrome/global/variables.css b/chrome/global/variables.css index 2be482a..00fe9f9 100644 --- a/chrome/global/variables.css +++ b/chrome/global/variables.css @@ -145,13 +145,16 @@ :-moz-any(#sidebar-box, #sidebar), :-moz-any(.sidebar-panel, body) { /* sidebar */ - --sidebar-background-color: #f5f5f5 !important; + --sidebar-background-color: #f7f7f7 !important; --lwt-sidebar-background-color: var(--sidebar-background-color) !important; /* sidebar_text */ --sidebar-text-color: #000 !important; --lwt-sidebar-text-color: var(--sidebar-text-color) !important; } +#browser { + --sidebar-border-color: var(--chrome-content-separator-color) !important; +} /* Sidebar Dark Mode */ :-moz-any(#sidebar-box, #sidebar)[style*="--sidebar-background-color:rgb(56, 56, 61);"],