Skip to content

Commit

Permalink
fix: header height
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed May 31, 2021
1 parent db2b7b2 commit ba98cdc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ My [Logseq](https://logseq.com) theme based on the work of @PiotrSss's [clean-th

<img src="laurel.png" width="100"/>

## Demo
Visit: https://logseq-laurel-theme.vercel.app/#/page/logseq%20laurel%20theme

## Features

- Sticky side bar headers with blur effects
Expand All @@ -18,7 +21,7 @@ The easiest way to adopt this theme is to use jsDelivr CDN.
1. Specify `:custom-css-url` in "logseq/config.edn"
2. Add the following line to your `custom.css`:
```css
@import url('https://cdn.jsdelivr.net/gh/pengx17/logseq-laurel-theme@1.6.4/custom.css');
@import url('https://cdn.jsdelivr.net/gh/pengx17/logseq-laurel-theme@1.7.0/custom.css');
```

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

0 comments on commit ba98cdc

Please sign in to comment.