css-zero 0.0.81 → 0.0.82

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: '093a0bb191b8b84a8caa29e3a141fba1cf4680150a26960134fa63fd06b42294'
4
- data.tar.gz: d1e303641e4f440a1ac65545946bbaff931ad31cdb49150bf7cdd270ecf2e3b3
3
+ metadata.gz: e8ec29ec17afa74563dcc2fa5bd24685b96132de62a6aa0cb14785463925dcf2
4
+ data.tar.gz: 183f5f659feb95a2d82467e8c4739acd0ba2cdb9f49b143cadcc4e4d5688aa59
5
5
  SHA512:
6
- metadata.gz: 5f54e73025fb075cfe9b876f3c7ea4ce83e4687053a8595034459cd2ef59aea41c8e44869929a9840bacac3eef4d5f9ed963982d155930790d559b651faa4951
7
- data.tar.gz: 584b223cf4b28bf706a1ebeab29b750dbbf1207aa0014285d7662106ec1ea9135b7f7b85502e5735cd9e432583f61649f045c7b08db96b22db31dd61b6fda5b3
6
+ metadata.gz: d68e553275f7974dbb96e912119d23c70e2362eb63ec111485d601ac15f07f17d36c172001eb63e958b4f2c29bf21d34f8bab6954355645574784e10730ccf1a
7
+ data.tar.gz: 799ae1844ba99b374498076523c3050473eaf40dccfaa0b05f1e680293ca679c7e96a8fe005909985d3f8cf2de12a30e8f9c6186425c599e43020dab837cf076
@@ -1,3 +1,3 @@
1
1
  module CssZero
2
- VERSION = "0.0.81"
2
+ VERSION = "0.0.82"
3
3
  end
@@ -7,37 +7,37 @@
7
7
  -webkit-font-smoothing: antialiased;
8
8
 
9
9
  :is(h1, h2, h3, h4, h5, h6) {
10
- font-weight: 800;
10
+ font-weight: var(--font-extrabold);
11
11
  hyphens: auto;
12
12
  letter-spacing: -0.02ch;
13
13
  line-height: 1.1;
14
- margin-block: 0.65em;
14
+ margin-block: 0.5em;
15
15
  overflow-wrap: break-word;
16
16
  text-wrap: balance;
17
17
  }
18
18
 
19
19
  h1 {
20
- font-size: 2.25em;
20
+ font-size: 2.4em;
21
21
  }
22
22
 
23
23
  h2 {
24
- font-size: 1.5em;
24
+ font-size: 1.8em;
25
25
  }
26
26
 
27
27
  h3 {
28
- font-size: 1.125em;
28
+ font-size: 1.5em;
29
29
  }
30
30
 
31
31
  h4 {
32
- font-size: 1em;
32
+ font-size: 1.2em;
33
33
  }
34
34
 
35
35
  h5 {
36
- font-size: 0.875em;
36
+ font-size: 1em;
37
37
  }
38
38
 
39
39
  h6 {
40
- font-size: 0.75em;
40
+ font-size: 0.9em;
41
41
  }
42
42
 
43
43
  :is(ul, ol, menu) {
@@ -58,13 +58,13 @@
58
58
  }
59
59
 
60
60
  :is(b, strong) {
61
- font-weight: 700;
61
+ font-weight: var(--font-bold);
62
62
  }
63
63
 
64
64
  :is(pre, code) {
65
65
  background-color: var(--color-border-light);
66
66
  border: 1px solid var(--color-border);
67
- border-radius: 0.3em;
67
+ border-radius: var(--rounded);
68
68
  font-family: var(--font-monospace-code);
69
69
  font-size: 0.85em;
70
70
  }
@@ -108,7 +108,7 @@
108
108
  }
109
109
 
110
110
  th {
111
- font-weight: 700;
111
+ font-weight: var(--font-bold);
112
112
  }
113
113
 
114
114
  :is(th, td) {
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.81
4
+ version: 0.0.82
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: 2025-01-07 00:00:00.000000000 Z
11
+ date: 2025-01-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: lazaronixon@hotmail.com