Browse Source

fix: sidebar nested embeds color level

anoffvu 5 years ago
parent
commit
ea9f259ca8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/css/common.css

+ 2 - 2
resources/css/common.css

@@ -1339,9 +1339,9 @@ a.tag:hover {
   border-radius: var(--border-radius-low);
 }
 
-#right-sidebar .bg-base-2 {
+/* #right-sidebar .bg-base-2 {
   background-color: var(--ls-tertiary-background-color);
-}
+} */
 
 .white-theme a.right-sidebar-button {
   color: var(--ls-link-text-color);