Skip to content

Commit

Permalink
update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
happylolonly committed Jun 28, 2024
1 parent 2206fed commit a9a66bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions logseq/custom.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
html body {
background-color: black;
.dark {
--ls-main-content-background: black;
}

.dark .left-sidebar-inner {
--left-sidebar-bg-color: black;
html body {
background-color: black;
}

.dark {
--ls-main-content-background: black;
.left-sidebar-inner {
background-color: black;
}

#right-sidebar .cp__right-sidebar-topbar {
Expand Down
3 changes: 1 addition & 2 deletions logseq/custom.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
document.documentElement.setAttribute("data-theme", "dark");
document.documentElement.setAttribute("data-color", "green");
document.querySelector(".journals-nav .flex-1").innerHTML = "Blog";

0 comments on commit a9a66bc

Please sign in to comment.