Update README.md

This commit is contained in:
Josh Wilberger 2024-06-01 00:16:13 -04:00 committed by GitHub
parent 729ad79890
commit 076427e012
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,13 @@
### Options (Add these below the full theme)
- Disable static left drawer
- `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@v1.2.0/CSS/css-scyfin/disable-static-drawer.css');`
- Themes:
- Seafoam
- `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@v1.2.0/CSS/css-scyfin/theme-seafoam.css');`
- Coral
- `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@v1.2.0/CSS/css-scyfin/theme-coral.css');`
- Snow
- `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@v1.2.0/CSS/css-scyfin/theme-snow.css');`
---
@ -41,6 +48,13 @@
### Options (Add these below the full theme)
- Disable static left drawer (BACKDROP VERSION)
- `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@v1.2.0/CSS/css-scyfin/disable-static-drawer-backdrop.css');`
- Themes:
- Seafoam
- `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@v1.2.0/CSS/css-scyfin/theme-seafoam.css');`
- Coral
- `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@v1.2.0/CSS/css-scyfin/theme-coral.css');`
- Snow
- `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@v1.2.0/CSS/css-scyfin/theme-snow.css');`
---