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 +4 -4
- data/assets/css/vitepress-overrides.css +12 -0
- data/lib/jekyll/vitepress_theme/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ad8a4ce4f47e3398f3a5ae269c9b73f92a8fd3d839d155047b49077eb9e059fc
|
|
4
|
+
data.tar.gz: d2a15ef74ab0a239fa279e605217ed15aa51758d7dced81056042e92d336d888
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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;
|