Skip to content

Commit fc7ea4a

Browse files
committed
📝 Update readme
1 parent dd8442b commit fc7ea4a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

readme.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Paper Theme
22

3-
<img src="./logo.png" align="right"
4-
alt="Size Limit logo by Anton Lovchikov" width="120" height="120">
3+
<img src="./logo.png" align="right" width="120" height="120">
54

65
The [Logseq](https://logseq.com/) Paper theme is a minimal theme, where the page and journal container is elevated from the user interface. Therefore putting it front and center for a distractionless writing experience.
76

@@ -21,12 +20,12 @@ The easiest way to adopt this theme is to use jsDelivr CDN by adding the followi
2120
/* This must be the first line of the custom.css with other import rules */
2221
@import url("https://wirtzdan.github.io/logseq-paper-theme/custom.css");
2322

24-
/* You can toggle these variables between "block" (Visible) and "none" (Hidden) to show or hide different elements of the UI */
23+
/* Add these variables to your custom.css if you want to hide these page elements in the UI. Remove them to make them visible again. */
2524
:root {
26-
--display-recent-pages: block;
27-
--display-search-button: block;
28-
--display-arrow-navigation: block;
29-
--display-help-button: block;
25+
--display-recent-pages: none;
26+
--display-search-button: none;
27+
--display-arrow-navigation: none;
28+
--display-help-button: none;
3029
}
3130

3231
/* You can also add other styles below to override the default theme values */

0 commit comments

Comments
 (0)