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: de7c21cfac4e01a62d9bfbb23d31fb551253677a8aa549926126a5223c19812f
4
- data.tar.gz: de83547f97557af1f64efc3d9928e676bbc2daec716724a3f0db67bdbe43312d
3
+ metadata.gz: 2d8f35e8e3f5606740bcf4cdebafbd21de51d9062dd9c4342f5cf9ee65ad7ced
4
+ data.tar.gz: e0ede0f79afcab4beee11a48dcaf62130d16450f1d4d0ace5e2044dbe6dc9b74
5
5
  SHA512:
6
- metadata.gz: 0e060c489748df663eaa5e400d035d4c072db20ab037bcbfb6b9f787906799118afde3ad2fbaa002a0850073187e697684ab93b78cb9d95205d5565c6a89a9aa
7
- data.tar.gz: a1a9b36bb8e6ecf1dea28ff88a077624c2432c5d6b38c8f59029b80764c829af8e2551d3ed4ed92c0be8e568f18ba5c9f7adddea125e2f4c8c380b1fe6784f93
6
+ metadata.gz: d41c36f808e2f12cac907e6f5627e47fc3980e06e107a6d94dd9a6f7de73073de101dbb8c642aabb72eabf9949a400b2c5b21c89c99b8e74a573382a0187ef7b
7
+ data.tar.gz: 9b50cd4e5551862368679cc37805e266fabc4bb0df48c18816133c92be5b4da62ca70b0c9e4c4682addcd02660922c6ad7e0861d5f037cf25f3829fab3a320b2
@@ -1,3 +1,3 @@
1
1
  module CssZero
2
- VERSION = "0.0.74"
2
+ VERSION = "0.0.75"
3
3
  end
@@ -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-300);
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-300);
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(--sky-400);
34
- --color-border-light: var(--zinc-800);
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-800);
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.74
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-14 00:00:00.000000000 Z
11
+ date: 2024-12-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: lazaronixon@hotmail.com