Adding Obsidian CSS and SVG

This commit is contained in:
Nick Mudry
2024-12-15 15:10:35 -05:00
parent 33d3e002b9
commit c48c752a26
2 changed files with 58 additions and 0 deletions

View File

@@ -359,6 +359,13 @@
--button-border:1px solid #212121;
}
/* Obsidian */
.button.button-obsidian {
--button-text:#ffffff;
--button-background:#262626;
--button-border:1px solid #ffffff;
}
/* OnlyFans */
.button-onlyfans {
--button-text:#ffffff;