aboutsummaryrefslogtreecommitdiffstats
path: root/out/light.css
diff options
context:
space:
mode:
authorkj_sh6042026-02-14 20:29:52 -0500
committerkj_sh6042026-02-14 20:29:52 -0500
commit5e8151518862547ddd872e67acce4df2228241cd (patch)
treecad6480d07fdcde7a79c6ed9eac188a3d8597572 /out/light.css
parent69c8cacab515258bbed9346ceb54f6d49a707925 (diff)
refactor: no anims by default
Diffstat (limited to 'out/light.css')
-rwxr-xr-xout/light.css32
1 files changed, 16 insertions, 16 deletions
diff --git a/out/light.css b/out/light.css
index 7c5a616..6ed86e7 100755
--- a/out/light.css
+++ b/out/light.css
@@ -14,7 +14,7 @@
--focus: #5a5d66ab;
--border: #c8c8cc;
--code: #2a2a2e;
- --animation-duration: 0.1s;
+ --animation-duration: 0.0s;
--button-base: #d4d4d8;
--button-hover: #a8a8ae;
--scrollbar-thumb: rgb(184, 184, 189);
@@ -48,11 +48,11 @@ body {
button {
transition:
- background-color 0.1s linear,
- border-color 0.1s linear,
- color 0.1s linear,
- box-shadow 0.1s linear,
- transform 0.1s ease;
+ background-color 0.0s linear,
+ border-color 0.0s linear,
+ color 0.0s linear,
+ box-shadow 0.0s linear,
+ transform 0.0s ease;
transition:
background-color var(--animation-duration) linear,
border-color var(--animation-duration) linear,
@@ -63,11 +63,11 @@ button {
input {
transition:
- background-color 0.1s linear,
- border-color 0.1s linear,
- color 0.1s linear,
- box-shadow 0.1s linear,
- transform 0.1s ease;
+ background-color 0.0s linear,
+ border-color 0.0s linear,
+ color 0.0s linear,
+ box-shadow 0.0s linear,
+ transform 0.0s ease;
transition:
background-color var(--animation-duration) linear,
border-color var(--animation-duration) linear,
@@ -78,11 +78,11 @@ input {
textarea {
transition:
- background-color 0.1s linear,
- border-color 0.1s linear,
- color 0.1s linear,
- box-shadow 0.1s linear,
- transform 0.1s ease;
+ background-color 0.0s linear,
+ border-color 0.0s linear,
+ color 0.0s linear,
+ box-shadow 0.0s linear,
+ transform 0.0s ease;
transition:
background-color var(--animation-duration) linear,
border-color var(--animation-duration) linear,