css-zero 0.0.74 → 0.0.75
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d8f35e8e3f5606740bcf4cdebafbd21de51d9062dd9c4342f5cf9ee65ad7ced
|
4
|
+
data.tar.gz: e0ede0f79afcab4beee11a48dcaf62130d16450f1d4d0ace5e2044dbe6dc9b74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d41c36f808e2f12cac907e6f5627e47fc3980e06e107a6d94dd9a6f7de73073de101dbb8c642aabb72eabf9949a400b2c5b21c89c99b8e74a573382a0187ef7b
|
7
|
+
data.tar.gz: 9b50cd4e5551862368679cc37805e266fabc4bb0df48c18816133c92be5b4da62ca70b0c9e4c4682addcd02660922c6ad7e0861d5f037cf25f3829fab3a320b2
|
data/lib/css_zero/version.rb
CHANGED
@@ -4,12 +4,12 @@
|
|
4
4
|
|
5
5
|
::view-transition-old(.auto-animation):only-child {
|
6
6
|
animation: var(--animate-fade-out) forwards;
|
7
|
-
animation-duration: var(--time-
|
7
|
+
animation-duration: var(--time-200);
|
8
8
|
opacity: 1;
|
9
9
|
}
|
10
10
|
|
11
11
|
::view-transition-new(.auto-animation):only-child {
|
12
12
|
animation: var(--animate-fade-in) forwards;
|
13
|
-
animation-duration: var(--time-
|
13
|
+
animation-duration: var(--time-200);
|
14
14
|
opacity: 0;
|
15
15
|
}
|
@@ -30,13 +30,13 @@
|
|
30
30
|
--color-text: white;
|
31
31
|
--color-text-reversed: black;
|
32
32
|
--color-text-subtle: var(--zinc-400);
|
33
|
-
--color-link: var(--
|
34
|
-
--color-border-light: var(--zinc-
|
33
|
+
--color-link: var(--blue-400);
|
34
|
+
--color-border-light: var(--zinc-900);
|
35
35
|
--color-border: var(--zinc-800);
|
36
36
|
--color-border-dark: var(--zinc-600);
|
37
37
|
--color-selected: var(--blue-950);
|
38
38
|
--color-selected-dark: var(--blue-800);
|
39
|
-
--color-highlight: var(--yellow-
|
39
|
+
--color-highlight: var(--yellow-900);
|
40
40
|
|
41
41
|
/* Accent colors */
|
42
42
|
--color-primary: var(--zinc-50);
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: css-zero
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.75
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lázaro Nixon
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-12-
|
11
|
+
date: 2024-12-18 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email: lazaronixon@hotmail.com
|