diff --git a/src/app.css b/src/app.css index f43de59..a1a975a 100644 --- a/src/app.css +++ b/src/app.css @@ -38,6 +38,10 @@ --glass-bg: rgba(0, 0, 0, 0.1); --glass-hover: rgba(0, 0, 0, 0.15); --glass-border: rgba(0, 0, 0, 0.2); + + --thicker-glass-bg: rgba(0, 0, 0, 0.25); + --thicker-glass-hover: rgba(0, 0, 0, 0.35); + --thicker-glass-border: rgba(0, 0, 0, 0.45); } .dark { @@ -74,6 +78,10 @@ --glass-bg: rgba(255, 255, 255, 0.1); --glass-hover: rgba(255, 255, 255, 0.15); --glass-border: rgba(255, 255, 255, 0.2); + + --thicker-glass-bg: rgba(255, 255, 255, 0.25); + --thicker-glass-hover: rgba(255, 255, 255, 0.35); + --thicker-glass-border: rgba(255, 255, 255, 0.45); } } diff --git a/src/lib/components/app/disclaimer.svelte b/src/lib/components/app/disclaimer.svelte index 5016bcc..2aa0495 100644 --- a/src/lib/components/app/disclaimer.svelte +++ b/src/lib/components/app/disclaimer.svelte @@ -17,7 +17,7 @@

I do not have the right to the songs played on this radio station, nor do I have any - affiliation with Chillhop Music. This project is open source and not intended for + affiliation with Chillhop Music. This project is open source and not intended for commercial use.

diff --git a/src/lib/components/ui/dialog/dialog-content.svelte b/src/lib/components/ui/dialog/dialog-content.svelte index 5335264..96ddf50 100644 --- a/src/lib/components/ui/dialog/dialog-content.svelte +++ b/src/lib/components/ui/dialog/dialog-content.svelte @@ -21,16 +21,17 @@ {@render children?.()} Close