diff options
| author | Fuwn <[email protected]> | 2026-01-22 22:09:45 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-22 22:09:45 -0800 |
| commit | 3dc247717122628793ee88f0cd855c3d8c5afbd7 (patch) | |
| tree | 8dd332ca02d417975a6098ad0e1adb6bdd0c74a8 /src/lib/Notification/Notification.svelte | |
| parent | fix(deps): Pin SvelteKit and adapter versions for sveltekit-graphql compatibi... (diff) | |
| download | due.moe-3dc247717122628793ee88f0cd855c3d8c5afbd7.tar.xz due.moe-3dc247717122628793ee88f0cd855c3d8c5afbd7.zip | |
format: Apply Prettier formatting
Diffstat (limited to 'src/lib/Notification/Notification.svelte')
| -rw-r--r-- | src/lib/Notification/Notification.svelte | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/Notification/Notification.svelte b/src/lib/Notification/Notification.svelte index 6764f46e..c4232ced 100644 --- a/src/lib/Notification/Notification.svelte +++ b/src/lib/Notification/Notification.svelte @@ -59,7 +59,9 @@ #notification { background-color: var(--base001); - box-shadow: rgba(0, 0, 11, 0.2) 0px 7px 29px 0px, 0 0 0 4px var(--base0E); + box-shadow: + rgba(0, 0, 11, 0.2) 0px 7px 29px 0px, + 0 0 0 4px var(--base0E); widows: 100%; } |