Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cybercongress/cyber
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercyb committed Jun 28, 2024
2 parents 68f7903 + a2dc864 commit 4a84d1a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
18 changes: 12 additions & 6 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;
}

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

.dark {
--ls-main-content-background: black;
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
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 4a84d1a

Please sign in to comment.