aboutsummaryrefslogtreecommitdiff
path: root/src/styles/colours.css
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-06-11 23:52:43 -0700
committerFuwn <[email protected]>2025-06-11 23:52:43 -0700
commit1bc4488a06db88597327ecc855c5b70a7ddc55ce (patch)
treeded544d953d4b62fc4365c2758d75f02efe7d625 /src/styles/colours.css
parentfix: Migrate localStorage.removeItem to localforage for anime and manga stores (diff)
downloaddue.moe-1bc4488a06db88597327ecc855c5b70a7ddc55ce.tar.xz
due.moe-1bc4488a06db88597327ecc855c5b70a7ddc55ce.zip
style: Reformat using latest formatting
Diffstat (limited to 'src/styles/colours.css')
-rw-r--r--src/styles/colours.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/styles/colours.css b/src/styles/colours.css
index b7fc885d..2c55aa81 100644
--- a/src/styles/colours.css
+++ b/src/styles/colours.css
@@ -43,6 +43,9 @@
}
* {
- transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
- border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+ transition:
+ color 0.15s ease-in-out,
+ background-color 0.15s ease-in-out,
+ border-color 0.15s ease-in-out,
+ box-shadow 0.15s ease-in-out;
}