Skip to content

Commit

Permalink
fix: colors
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed May 11, 2021
1 parent 6fafc0c commit fda4c8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,7 @@ div#journals::before {
font-size: 1.5em;
z-index: 9;
text-shadow: 0 0 1px;
margin-right: -0.5em;
}

::selection {
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.4.3/custom.css');
@import url('https://cdn.jsdelivr.net/gh/pengx17/logseq-laurel-theme@1.4.4/custom.css');
```

Alternatively once Logseq shipped plugins integration, you may also install this theme as a Logseq Plugin.
Expand Down

0 comments on commit fda4c8b

Please sign in to comment.