benjeto-jekyll-theme 0.3.2 → 0.3.3

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: 2514ab7851137be300dd0b14ccda9aac43235bcccf22a78336994e48ed34b6f0
4
- data.tar.gz: 8a830e00638a8ec9d8ecc99f41cdae7b69d6858313d32ead5a7780ebec4c29f4
3
+ metadata.gz: 4d5aa8fe7d80cac1266a4b34b957cc848f911cdb3d98304df7e6a031ea27d29d
4
+ data.tar.gz: 59665f2b3ac6c41425b6d5a62d5529e793cc26762d81370284c9c4fb0897d828
5
5
  SHA512:
6
- metadata.gz: f481af5ecb63e0760e8be3492036a2d89494ab6d942bf1d9ffe53b02544cb1eeab60fb9ee5dfcfc761c3a9765b396383f04e8c88a609a023e686ea003865eee4
7
- data.tar.gz: 9c5c7285353e6e4759a0057c0f0c87a24251d4fd69ae8d4aedd2e97837a2240144f1be71aa021cb88fec262fc5f1ea2cee6433052c51f7f96a5b3f7ec35dd0a2
6
+ metadata.gz: 030e227455e5ab4f25b442265ac12074539a510b02ab646e146b90323f52d6b17658e506f0dd58a4adc28c7a1ee8c19db75f103a1193fc7475e6129103b6c184
7
+ data.tar.gz: e7065f08bae17c17b012e8c4cedb1e07845f0f842df52148236e8be067309f49c73c85564355243321d023bb56d6cf0c38b8976052d2db83958bebd0064d43eb
@@ -400,7 +400,7 @@ header.home {
400
400
  display: flex;
401
401
  flex-wrap: wrap;
402
402
  list-style: none;
403
- margin: 8px 0 0;
403
+ margin: 6px 0 0;
404
404
  padding: 0 4px;
405
405
  li {
406
406
  margin: 4px;
@@ -408,8 +408,9 @@ header.home {
408
408
  color: var(--linkhover);
409
409
  background: var(--boxbg);
410
410
  border-radius: 4px;
411
- padding: 5px 7px;
411
+ padding: 4px 6px;
412
412
  transition: background 0.2s;
413
+ font-size: 0.9em;
413
414
  &:hover {
414
415
  background: var(--boxbglight);
415
416
  text-decoration: none;
@@ -462,7 +463,8 @@ header.home {
462
463
  margin: 0;
463
464
  }
464
465
  p.bio {
465
- margin: 8px 0 0;
466
+ margin: 6px 0 0;
467
+ line-height: 1.4;
466
468
  }
467
469
  h1, p.bio{
468
470
  padding: 0 8px;
@@ -1,6 +1,6 @@
1
1
  nav.home-tab {
2
2
  display: flex;
3
- padding: 8px 0;
3
+ padding: 6px 0;
4
4
  margin-inline-start: -16px;
5
5
  width: calc(100% + 32px);
6
6
  overflow-x: auto;
@@ -1,7 +1,7 @@
1
1
  :root {
2
2
  color-scheme:dark;
3
3
  --bg: #000;
4
- --bglight: #181a26;
4
+ --bglight: #1c202e;
5
5
  --page: #10121a;
6
6
  --text: #eee;
7
7
  --gray: #a3a3a3;
@@ -15,10 +15,10 @@
15
15
  @media (prefers-contrast: more) {
16
16
  :root {
17
17
  --bg: #000;
18
- --bglight: #1c202e;
18
+ --bglight: #20253a;
19
19
  --page: #131520;
20
20
  --text: #fff;
21
- --gray: #b5b5b5;
21
+ --gray: #ccc;
22
22
  --head: #fff;
23
23
  --link: #40c5ff;
24
24
  --linkhover: #aadaff;
@@ -17,7 +17,7 @@
17
17
  --bglight: #fff;
18
18
  --page: #fafafc;
19
19
  --text: #000;
20
- --gray: #555;
20
+ --gray: #4a4a4a;
21
21
  --head: #000;
22
22
  --link: #0000ff;
23
23
  --linkhover: #000090;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: benjeto-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cizzuk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-06 00:00:00.000000000 Z
11
+ date: 2024-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll