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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/amethyst.scss +17 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62aaa3f1aef2f9c0e1a49ac5f32389b02a420fd7f0f303ad2fd0660a9c612362
4
- data.tar.gz: 0dbabaca1e0b36f7ed6ca8b88d302e793c59f397744f88736503708cb325a451
3
+ metadata.gz: f5355d7b91c51f996b2769b133ebde743c06dc01f7d106f7ac6245fd90520543
4
+ data.tar.gz: 757881bf9a61cd4ba44d20f70828381319028e14ff6ed9493a60428fb7726a88
5
5
  SHA512:
6
- metadata.gz: 76c9f9e5f7e1a68f4b217f58f3e7f62f5b4b3210e562949ae53b2eb36caa786f996fc251ee79c698bd2495960f62dc4d96e8580d3c880f28c3303ee576c5d7e8
7
- data.tar.gz: ef9e955338c8e00a9d0d661179f693b819624131badcd733d6e92d1ba86ae356b883707dcafb69ccf994644a9bef344db7503da06282c66e10be22574725afe1
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.6.1
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-19 00:00:00.000000000 Z
12
+ date: 2025-01-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll