whiteblog-theme 0.1.3 → 0.1.5

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: a5cf4b9505de2ecabd8f208f57d0addcf2ea36fda1360656c27d847b82dc32db
4
- data.tar.gz: 3d243726fcc0cb637d73911ea48674b90131e7d713195ec10d516e45d80b038f
3
+ metadata.gz: 5261f07a336295cc835a9ae02d82aa95b0b75c5f3f81b855b0d339e985984913
4
+ data.tar.gz: 904197b5c9611662e83a22e9c1096160ab58122a6caea4435eccfe37f329ad58
5
5
  SHA512:
6
- metadata.gz: 29fe9de47e74be0e1b46da42ed42869a5b00805bf7aa55e65b645ac0afb830ce96fb188cd561127f1b9baac848516203f631ceb6cafa8a9bba6eb4ac1c10a68c
7
- data.tar.gz: 279c6d8e00f2880881cb7a9bf12977e3560e806c43df74e25e487394dfce36767c23894e99df307f6b7f70359ce768794eefdf3acdcb9c88e3da6f69ac918090
6
+ metadata.gz: cbc705e21f33ac27472cd0513e8442d00a2bde41f86a85c0943463d1f51b2b5c5fb43738fc92fd594d845a6f3fd667e62624b6c6364a7fa528c5e56288019119
7
+ data.tar.gz: 1e066056510785e860594d189b3b2f58a5cd3d20e15632e945f0418ae6129e48e06c0a11771b372956c89b6f0b3a482ec4a8af8e6d99580c73ca8835a7284e64
@@ -16,7 +16,7 @@
16
16
  }
17
17
 
18
18
  [data-theme="dark"] {
19
- --color-bg: #231633;
19
+ --color-bg: rgb(37,36,47);
20
20
  --color-accent: #44318D;
21
21
  --color-primary: #C266E8;
22
22
  --color-text: #E8E8E8;
@@ -161,8 +161,10 @@ main {
161
161
  transform: scale(0.95);
162
162
  }
163
163
 
164
- .bounce-link {
164
+ #content a:not( .pagination a):not( .post-resume-title a),
165
+ .archive-group table a {
165
166
  font-weight: bold;
167
+ color: var(--color-text);
166
168
  text-decoration: none;
167
169
  background-image: linear-gradient(var(--color-bg) 50%, var(--color-accent) 50%);
168
170
  background-size: auto 175%;
@@ -360,17 +362,13 @@ a#blog-title:focus::before {
360
362
  }
361
363
 
362
364
  .notice {
363
- background-color: var(--color-notice);
364
- border-color: var(--color-notice);
365
- border-radius: .5rem;
366
- border-top-width: 4px;
365
+ border-top: 2px solid var(--color-notice);
366
+ margin: 1rem 0 2rem 0;
367
367
  padding: 1rem;
368
- margin: 1rem 0;
369
- color: var(--color-text);
368
+ border-bottom: 2px solid var(--color-notice);
369
+ font-style: italic;
370
370
  font-weight: 400;
371
371
  font-size: 1rem;
372
- font-style: normal;
373
- width: 100%;
374
372
  }
375
373
 
376
374
  #navigation-space {
@@ -514,7 +512,6 @@ blockquote {
514
512
  font-size: 1.1rem;
515
513
  width: 85%;
516
514
  margin: 2rem auto;
517
- height: 80px;
518
515
  display: flex;
519
516
  align-items: center;
520
517
  }
@@ -554,6 +551,7 @@ ul {
554
551
  .archive-group th {
555
552
  text-align: start !important;
556
553
  padding-right: 0.5rem;
554
+ min-width: 150px;
557
555
  }
558
556
 
559
557
  #site-footer {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whiteblog-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Silva
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-23 00:00:00.000000000 Z
11
+ date: 2025-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll