css-zero 0.0.21 → 0.0.22

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: 481b6bc3c15647de31c49080ef3f7192e8b09f30aaaccf31c13ff3e9c2cfd186
4
- data.tar.gz: 81c81d0318e3d791ce1413fb4e138c4acd93342754c3ab7638a3412bb06b3925
3
+ metadata.gz: b5d4d17fb32c6c3bfd5762fcc8343faee461b303382b2f99a36b8d45ad31eba2
4
+ data.tar.gz: 8e77a9d7121a81064b67cc28bca86d0b3fe41d7ba8add75e973a84fc83d45cb8
5
5
  SHA512:
6
- metadata.gz: e703ceb69b9a40978790111661b8ba6a4dd1e9331661d869006b409fe963ae2ac83265fbb31d83b39c147374421435146d4df1587539a9b51bf36924f455594a
7
- data.tar.gz: '089475f52788b3fe8432f95bd54a3b433a9d94452248c4c86763839086687fef7c7fcd2912f5a050763035c76a6fd1a3b32c59592e83288a1ab39728849abfab'
6
+ metadata.gz: cb0ed49bdd5bd806f10720b998cefcffbf781cd4507fa67f07e75812eb73d87bdb1df7b4d237aee347d7f732ac6eed97582bbe41b423a19459cbbfae8b4ec800
7
+ data.tar.gz: 2c85562ca2d1a2f893cd29333d2a3099babc649a48cde4575ae5bf08ae950a3ce62226c9a9bb040f3701d37b2785b4e051290a281a3b49dbf417466475b1768d
@@ -18,8 +18,8 @@
18
18
  --text-8xl: 6rem; /* 96px */
19
19
  --text-9xl: 8rem; /* 128px */
20
20
 
21
- --text-sm-responsive: clamp(0.75rem, 2cqi, 1rem);
22
- --text-base-responsive: clamp(1rem, 2.5cqi, 1.25rem);
21
+ --text-sm-responsive: clamp(0.875rem, 2cqi, 1rem);
22
+ --text-base-responsive: clamp(1rem, 2.5cqi, 1.5rem);
23
23
  --text-lg-responsive: clamp(1.25rem, 4cqi, 1.875rem);
24
24
  --text-xl-responsive: clamp(1.875rem, 5cqi, 3rem);
25
25
 
@@ -1,3 +1,3 @@
1
1
  module CssZero
2
- VERSION = "0.0.21"
2
+ VERSION = "0.0.22"
3
3
  end
@@ -2,6 +2,10 @@
2
2
  font-size: var(--text-base-responsive);
3
3
  max-inline-size: 65ch;
4
4
 
5
+ /* Antialiased fonts */
6
+ -moz-osx-font-smoothing: grayscale;
7
+ -webkit-font-smoothing: antialiased;
8
+
5
9
  :is(h1, h2, h3, h4, h5, h6) {
6
10
  font-weight: 800;
7
11
  hyphens: auto;
@@ -13,7 +17,7 @@
13
17
  }
14
18
 
15
19
  h1 {
16
- font-size: 2em;
20
+ font-size: 2.25em;
17
21
  }
18
22
 
19
23
  h2 {
@@ -21,7 +25,7 @@
21
25
  }
22
26
 
23
27
  h3 {
24
- font-size: 1.17em;
28
+ font-size: 1.125em;
25
29
  }
26
30
 
27
31
  h4 {
@@ -29,11 +33,11 @@
29
33
  }
30
34
 
31
35
  h5 {
32
- font-size: 0.83em;
36
+ font-size: 0.875em;
33
37
  }
34
38
 
35
39
  h6 {
36
- font-size: 0.67em;
40
+ font-size: 0.75em;
37
41
  }
38
42
 
39
43
  :is(ul, ol, menu) {
@@ -127,6 +131,7 @@
127
131
  }
128
132
 
129
133
  a {
134
+ font-weight: 500;
130
135
  text-decoration: underline;
131
136
  text-decoration-skip-ink: auto;
132
137
  }
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.21
4
+ version: 0.0.22
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-07-17 00:00:00.000000000 Z
11
+ date: 2024-07-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: lazaronixon@hotmail.com