jekyll-theme-amethyst 2.6.1 → 2.7.0
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/_sass/amethyst.scss +17 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f5355d7b91c51f996b2769b133ebde743c06dc01f7d106f7ac6245fd90520543
|
4
|
+
data.tar.gz: 757881bf9a61cd4ba44d20f70828381319028e14ff6ed9493a60428fb7726a88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b133bff491cee679673a26212c9a6bf829bc369688a8caffb696bc4e9ddeed1dd94bab014a1743cc203e93d073c84cfaed5cee0ab8e50fa9ecb47a648411138
|
7
|
+
data.tar.gz: 9affdb30e1f9c5df34b09ccabf5825ce5e64a43d34cb53a5c17ba0b417562cf147d10fca55d4c7d4ab6b0046e3873a3175a947b17850ab7a4a32f0c63e93cece
|
data/_sass/amethyst.scss
CHANGED
@@ -708,6 +708,23 @@ article > header {
|
|
708
708
|
color: $color-darkgrey;
|
709
709
|
}
|
710
710
|
|
711
|
+
[role="doc-endnotes"] li:target {
|
712
|
+
position: relative;
|
713
|
+
z-index: 0;
|
714
|
+
}
|
715
|
+
|
716
|
+
[role="doc-endnotes"] li:target:before {
|
717
|
+
content: '';
|
718
|
+
display: block;
|
719
|
+
position: absolute;
|
720
|
+
z-index: -1;
|
721
|
+
top: -4px; right: -4px; bottom: -4px; left: -30px;
|
722
|
+
border: 1px $color-bright solid;
|
723
|
+
border-left-width: 4px;
|
724
|
+
border-right-width: 0;
|
725
|
+
border-image: linear-gradient(to right, $color-bright, transparent) 10;
|
726
|
+
}
|
727
|
+
|
711
728
|
.comments {
|
712
729
|
margin-top: $size-spacing;
|
713
730
|
border-top: 4px solid $color-off-white;
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-amethyst
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Timo Tijhof
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2025-01-
|
12
|
+
date: 2025-01-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jekyll
|