diff options
| author | Fuwn <[email protected]> | 2024-03-17 05:39:30 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-03-17 05:39:30 -0700 |
| commit | 4c22ba932ca609ebbd2978f148ea1f65fe7f52da (patch) | |
| tree | a3e1be8dc24525da389c9978450672c1b65f7ece /src/styles/colours.css | |
| parent | fix(css): file input text colour (diff) | |
| download | due.moe-4c22ba932ca609ebbd2978f148ea1f65fe7f52da.tar.xz due.moe-4c22ba932ca609ebbd2978f148ea1f65fe7f52da.zip | |
feat(css): global colour transition
Diffstat (limited to 'src/styles/colours.css')
| -rw-r--r-- | src/styles/colours.css | 5 |
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; +} |