aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-03-17 05:39:30 -0700
committerFuwn <[email protected]>2024-03-17 05:39:30 -0700
commit4c22ba932ca609ebbd2978f148ea1f65fe7f52da (patch)
treea3e1be8dc24525da389c9978450672c1b65f7ece /src
parentfix(css): file input text colour (diff)
downloaddue.moe-4c22ba932ca609ebbd2978f148ea1f65fe7f52da.tar.xz
due.moe-4c22ba932ca609ebbd2978f148ea1f65fe7f52da.zip
feat(css): global colour transition
Diffstat (limited to 'src')
-rw-r--r--src/styles/colours.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/styles/colours.css b/src/styles/colours.css
index 43030e1c..99fde405 100644
--- a/src/styles/colours.css
+++ b/src/styles/colours.css
@@ -41,3 +41,8 @@
--base0F: #a06845;
}
}
+
+* {
+ 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;
+}