jekyll-theme-minimal-ryan 0.4.1 → 0.4.2

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: 5db4f7c60f15cfe4da01aef0a7a4a9e5883108791fac7d757a12bde7d3a28b3d
4
- data.tar.gz: dd5f9b2726015a0650f5dc34345a5d2f59843d523274e52bb44bfbe31d0f2212
3
+ metadata.gz: 98b4902a0d4a07ed44ad8658eccd987348d3a5763a6f59bdc4014134c47773aa
4
+ data.tar.gz: ba1338696f7da4c3428a20087238a06484a40eef94e902cd65c08993ab853aaa
5
5
  SHA512:
6
- metadata.gz: 8706bf3aa7f052f83ceb6e5243d1c816abec142e67de79f8242855c3458def66e9bcf09aab4c6f0e4d9e677c00d805e85db1bc8e2f24981f8af51a558bce0f1b
7
- data.tar.gz: 17110229aff22e33019d248b2dff8b455abe61045cf8bdc59ee1ff385f1215177d4a03b69c656052ab5b2fc8f971b16f98d6b48850fc71a68d903d7e9a2fed22
6
+ metadata.gz: f4a359c8dfb8e73192a593dee80505ac3b9c9b7edc05fcf078660ed0a1a3a3d9844a54d48edd4216d79d82a6620ada9168bc5ce6febd18f070b3addd10e39acd
7
+ data.tar.gz: cb752df808cac5611cc8022ca015b65c9892d512e185a8db22aa5adb56c140f070d0d6be3bcd95f1cd88c4b787571f29caa0d52b8a7eab70714fdf5c0d4c6c65
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## 0.4.2 (2023-08-23)
2
+
3
+ ### Fix
4
+
5
+ - list spacing
6
+ - links not appearing as links
7
+
1
8
  ## 0.4.1 (2023-08-19)
2
9
 
3
10
  ### Fix
@@ -1,5 +1,5 @@
1
1
  body, h1, h2, h3, h4, h5, h6,
2
- p {
2
+ p, ol, ul {
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  }
@@ -180,4 +180,12 @@
180
180
  p img {
181
181
  width: 100%;
182
182
  }
183
+
184
+ a {
185
+ color: $tertiary-color;
186
+ }
187
+
188
+ li {
189
+ padding: 4px 0;
190
+ }
183
191
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-minimal-ryan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ryanshepps
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-19 00:00:00.000000000 Z
11
+ date: 2023-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll