Skip to content

Commit

Permalink
fix: switcher background
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed May 10, 2021
1 parent 92c624f commit c26a8dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,6 @@ html[data-theme="dark"] {
margin-top: 2px;
}

html.is-electron.is-mac .cp__header:before {

}

.cp__header,
.cp__right-sidebar-topbar {
backdrop-filter: var(--ct-topbar-backdrop);
Expand Down Expand Up @@ -1366,7 +1362,7 @@ html[data-theme="dark"] {

--ct-settings-overlay-background: var(--ct-page-properties-background);
--ct-settings-background: #1e1e1e;
--ct-settings-switcher-background: var(--ls-scrollbar-foreground-color);
--ct-settings-switcher-background: #a0ca79;
--ct-settings-select-background: var(--ls-scrollbar-foreground-color);
--ct-settings-select-color: rgb(255 255 255 / 70%);
--ct-settings-input-border: 1px solid var(--ls-scrollbar-foreground-color);
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ My [Logseq](https://logseq.com) theme based on the work of @PiotrSss's [clean-th
The easiest way to adopt this theme is to use jsDelivr CDN and add it to your `custom.css`

```css
@import url('https://cdn.jsdelivr.net/gh/pengx17/logseq-laurel-theme@1.3.2/custom.css');
@import url('https://cdn.jsdelivr.net/gh/pengx17/logseq-laurel-theme@1.3.3/custom.css');
```

Alternatively, you may also install this theme as a Logseq Plugin
Expand Down

0 comments on commit c26a8dd

Please sign in to comment.