Skip to content

Commit

Permalink
fix theme
Browse files Browse the repository at this point in the history
  • Loading branch information
happylolonly committed Sep 11, 2024
1 parent 5b7736f commit f6e43bf
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 23 deletions.
33 changes: 10 additions & 23 deletions logseq/custom.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions logseq/custom.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions logseq/custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
html[data-theme="dark"] {
--ls-main-content-background: black;

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

body {
background-color: black;
}

#app-container,
.left-sidebar-inner,
#right-sidebar .cp__right-sidebar-topbar,
#right-sidebar-container,
.sidebar-item-list,
.sidebar-item,
#logseq-tabs_lsp_main {
background-color: black !important;
}
}

0 comments on commit f6e43bf

Please sign in to comment.