Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
happylolonly committed Jun 28, 2024
1 parent a9a66bc commit a2dc864
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions logseq/custom.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
.dark {
--ls-main-content-background: black;

/* --rx-green-09: #30a46c; */
/* --rx-green-10: #3cb179; */
/* --rx-green-11: #4cc38a; */
}

html body {
background-color: black;
}

.left-sidebar-inner {
background-color: black;
.dark #app-container,
.dark .left-sidebar-inner {
background-color: black !important;
}

#right-sidebar .cp__right-sidebar-topbar {
Expand All @@ -18,7 +23,8 @@ html body {
background-color: black !important;
}

.sidebar-item {
.dark .sidebar-item-list,
.dark .sidebar-item {
background-color: black !important;
}

Expand Down

0 comments on commit a2dc864

Please sign in to comment.