Skip to content

Commit 60d928f

Browse files
committed
Fix CSS code block formatting in README.md, sunset bmac link for now
1 parent f1f5fc9 commit 60d928f

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ git clone [email protected]:rivea0/obsidian-prime-snippets.git
1313
cp obsidian-prime-snippets/*.css <path/to/your/vault>/.obsidian/snippets
1414
```
1515

16-
You can buy me a coffee to support my work:
17-
18-
<a href="https://www.buymeacoffee.com/rivea0"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=☕&slug=rivea0&button_colour=8c90f9&font_colour=ffffff&font_family=Poppins&outline_colour=000000&coffee_colour=FFDD00" /></a>
19-
20-
2116
# Table of Contents
2217

2318
- [Snippets](#snippets)
@@ -913,7 +908,7 @@ You can add more gradients of your choosing with `top` and `bottom` variations,
913908

914909
```css
915910
:root {
916-
...
911+
/* ... */
917912
--rainy-ashville-top: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);
918913
--rainy-ashville-bottom: linear-gradient(to bottom, #fbc2eb 0%, #a6c1ee 100%);
919914
}

callout-emojis.css

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradient-frames.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ GPLv3 license
44
Gradient Frames Obsidian Snippet
55
by Eda
66
7-
you can buy me a coffee to support my work:
8-
https://buymeacoffee.com/rivea0
9-
107
------------------------------------------------------- */
118

129
/* @settings

0 commit comments

Comments
 (0)