jekyll-vitepress-theme 1.5.0 → 1.5.1

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: 39b278e0794a067003ad3429adb3ff6069023850168c8fea94a41c97e0e02aaa
4
- data.tar.gz: c19f3340ff9d10dbd175daff50bfcbe6800ada67f8922eac7217b2882e853d75
3
+ metadata.gz: ad8a4ce4f47e3398f3a5ae269c9b73f92a8fd3d839d155047b49077eb9e059fc
4
+ data.tar.gz: d2a15ef74ab0a239fa279e605217ed15aa51758d7dced81056042e92d336d888
5
5
  SHA512:
6
- metadata.gz: 6fe07bde949fe99f69ea54a28736b0a3742e4608c548e34d1969df70f80119c4833437696c0bc22ada0e8b9d37ff089f36db52c15db64aba2a69c2a043043ebf
7
- data.tar.gz: cc5f979de2a06f80e598cc1b98fbd4767e4a15be238a638f5932e0f8d799757169431043ab7922709c51a0503d1cd294203251fac2582d5c5639a7966a0cb5c7
6
+ metadata.gz: 974c285c0f2b78177f48b7bdf80101bf56c9c03b09f0559594313ce082cca9c62e9c0a77bfb30dc78cdd69e8f140645e97c483e11e1ff1d5caa83f97ece9a7d1
7
+ data.tar.gz: e640143aceba69d634ef67715c443b3508aa59a201132fa8f9c125c4215c80a7fdf88c8052c542d7a3ffe63e8b3d484b7e5d49d98dd875df0f5fe4600e3b36bf
@@ -1786,6 +1786,18 @@ html.dark .only-light {
1786
1786
  margin-left: 8px;
1787
1787
  }
1788
1788
 
1789
+ .vp-doc h2.d-inline-block + p.label {
1790
+ margin-top: 73px;
1791
+ }
1792
+
1793
+ .vp-doc h3.d-inline-block + p.label {
1794
+ margin-top: 32px;
1795
+ }
1796
+
1797
+ .vp-doc h4.d-inline-block + p.label {
1798
+ margin-top: 24px;
1799
+ }
1800
+
1789
1801
  .vp-doc :is(p, blockquote):is(.info, .note, .tip, .important, .warning, .danger, .caution) {
1790
1802
  border: 1px solid transparent;
1791
1803
  border-radius: 8px;
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module VitePressTheme
3
- VERSION = "1.5.0".freeze
3
+ VERSION = "1.5.1".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-vitepress-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carmine Paolino