aboutsummaryrefslogtreecommitdiffstats
path: root/out/dark.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xout/dark.css32
1 files changed, 16 insertions, 16 deletions
diff --git a/out/dark.css b/out/dark.css
index 31f6103..100f537 100755
--- a/out/dark.css
+++ b/out/dark.css
@@ -14,7 +14,7 @@
--focus: #a0a6b2ab;
--border: #3a3d44;
--code: #cbced5;
- --animation-duration: 0.1s;
+ --animation-duration: 0.0s;
--button-base: #111114;
--button-hover: #0a0a0d;
--scrollbar-thumb: var(--button-hover);
@@ -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,