Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
happylolonly committed Jul 31, 2024
1 parent 80bcf00 commit 5516592
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ jobs:
name: Publish Logseq graph
steps:
- uses: actions/checkout@v3
- uses: logseq/[email protected].0
- uses: logseq/[email protected].1
with:
theme-mode: dark
accent-color: grass
theme-mode: light
accent-color: tomato
output-directory: build
version: 0.10.9
- name: Add a nojekyll file # to make sure asset paths are correctly identified
run: touch $GITHUB_WORKSPACE/build/.nojekyll
- name: Replace logo file
Expand Down
File renamed without changes.
33 changes: 33 additions & 0 deletions static/css/custo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.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 {
background-color: black !important;
}

#right-sidebar .cp__right-sidebar-topbar {
background-color: black !important;
}

#right-sidebar-container {
background-color: black !important;
}

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

#logseq-tabs_lsp_main {
background-color: black !important;
}

0 comments on commit 5516592

Please sign in to comment.