jekyll-theme-bean 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 02caf37af6c1aea504ec4dc33a9d3e0ec395da99f7aaa38bbe38a77798a7131e
4
- data.tar.gz: 41507e1b473ea6b37d5f0c6d4b22a97fbc31cde0191e880f8eab1588e68cac86
3
+ metadata.gz: e10ddbdb26778e9e727f2995daf198966b74d85e65d125dd8edca168309684b1
4
+ data.tar.gz: 55b0973f0744aa0cdfb7cbaf1a7eeff99c0857ed62afefd0f0fd5dde454a7077
5
5
  SHA512:
6
- metadata.gz: 7bd3100a69474eb101ef2bed807aec9ddd7388e6e52587df8f3f75ff45d122deb553621a1572f3014da4095ecc566806315824c99bd2895827f5f2233483e953
7
- data.tar.gz: 4e562747aad0dfcdc5e48dd14820b5bd103b885a8a6b08ff64c67cae56bc2805b9d0d8f034f22598b2670087edf4f023b77ea794681a2a748d3574c47a1663f7
6
+ metadata.gz: f59e3aabbf884648b22310c9b906f74896a0d2963be46a027c503e5c6322fd64e909970fd39a4a1e1278e051d5952fc9c9ae508098e36876fb93a81358ace547
7
+ data.tar.gz: '038042d630a7ed5c9c335605c743bb33b8d204433b71bcbad5b0cefc1a39be969a661b7267d21d94cd272607cc42ee3dc129358a11e51a6122eb76373398b26d'
data/assets/css/base.css CHANGED
@@ -45,7 +45,7 @@ ins {
45
45
  a {
46
46
  color: var(--color-accent);
47
47
  text-decoration: underline;
48
- text-decoration-thickness: 0.05em;
48
+ text-decoration-thickness: 0.1em;
49
49
  text-decoration-color: transparent;
50
50
  transition-property: color, text-decoration-color;
51
51
  transition-timing-function: ease;
@@ -330,6 +330,11 @@
330
330
  margin-bottom: calc(var(--spacing-unit) / 2);
331
331
  }
332
332
 
333
+ .post-header .post-meta a:hover,
334
+ .post-header .post-meta a:focus {
335
+ text-decoration-color: currentcolor;
336
+ }
337
+
333
338
  .post .post-title {
334
339
  font-weight: normal;
335
340
  margin-bottom: 0;
@@ -367,8 +372,12 @@
367
372
  color: var(--color-details);
368
373
  }
369
374
 
370
- .post .post-meta a {
375
+ .post-meta a {
371
376
  color: currentcolor;
377
+ text-decoration-thickness: 0.1em;
378
+ }
379
+
380
+ .post-footer .post-meta a {
372
381
  text-decoration: underline;
373
382
  }
374
383
 
data/assets/css/reset.css CHANGED
@@ -37,7 +37,7 @@
37
37
 
38
38
  /* Colors */
39
39
  --color-text: rgb(255, 255, 255);
40
- --color-shadows: rgba(255, 255, 255, 0.25);
40
+ --color-shadows: rgb(0, 0, 0);
41
41
  --color-details: rgb(234, 238, 241);
42
42
  --color-accent: rgb(255, 241, 6);
43
43
  --color-accent-alt: rgb(235, 140, 45);
data/assets/css/theme.css CHANGED
@@ -6,8 +6,8 @@
6
6
  :root {
7
7
  /* Sizing */
8
8
  /* --base-font-size: clamp(1.6rem, 2vw, 1.9rem); */
9
- /* --small-font-size: clamp(1.4rem, 1.7vw + 0.5rem, 1.5rem); */
10
- /* --spacing-unit: var(--base-font-size); */
9
+ /* --small-font-size: clamp(1.2rem, 1.5vw, 1.4rem); */
10
+ /* --spacing-unit: clamp(2rem, 2.5vw, 2.5rem); */
11
11
 
12
12
  /* Typography */
13
13
  /* --main-font-family: "IBM Plex Sans", system-ui, sans-serif; */
@@ -25,6 +25,11 @@
25
25
  /* --color-details: rgb(149, 149, 153); */
26
26
  /* --color-accent: rgb(1, 157, 224); */
27
27
  /* --color-accent-alt: rgb(255, 0, 24); */
28
+
29
+ /* Defaults */
30
+ /* --border: 0.1rem solid var(--color-details); */
31
+ /* --radius: 0.5rem; */
32
+ /* --shadow: 0 0 0.5rem var(--color-details); */
28
33
  }
29
34
 
30
35
  @media screen and (prefers-color-scheme: dark) {
@@ -36,7 +41,7 @@
36
41
 
37
42
  /* Colors */
38
43
  /* --color-text: rgb(255, 255, 255); */
39
- /* --color-shadows: rgba(255, 255, 255, 0.25); */
44
+ /* --color-shadows: rgb(0, 0, 0); */
40
45
  /* --color-details: rgb(234, 238, 241); */
41
46
  /* --color-accent: rgb(255, 241, 6); */
42
47
  /* --color-accent-alt: rgb(235, 140, 45); */
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-bean
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arthur Freitas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-17 00:00:00.000000000 Z
11
+ date: 2024-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll