Skip to content

Commit 73ab9d3

Browse files
committed
POST: My obsidian setup
1 parent 5bda058 commit 73ab9d3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+12105
-162
lines changed

assets/css/compiled/main.css

Lines changed: 5635 additions & 0 deletions
Large diffs are not rendered by default.

assets/css/components/zen-mode.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#zen-mode-button {
2+
cursor:pointer
3+
}
4+
5+
.zen-mode {
6+
position: relative;
7+
}
8+
9+
body.zen-mode-enable {
10+
#bmc-wbtn, .author {
11+
display:none !important;
12+
}
13+
}
14+
15+
16+

0 commit comments

Comments
 (0)