jekyll-theme-miniplex 0.1.0 → 0.1.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/_sass/jekyll-theme-miniplex.sass +2 -2
- 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: d76444031abc2a58fd6260fcbb8e8afb3ddf227d12fd18d1fc6fcff9505d31f8
|
4
|
+
data.tar.gz: 653f31f6610c96b9ae7ca09b9889fba6dcece71856623d165d7a0a5a5d9384b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz: '
|
6
|
+
metadata.gz: 2c8f4a82b397dd25476413dd665b5d33b21a08f058a48a29039b07d6becea29ed8a2c176e525428b4f4c49583203497027e7929f212c83aae4b414e1f152a66d
|
7
|
+
data.tar.gz: '06080efc0da13ed29e74a63060eaa3e0adf8ae1ac30a03c101f9ca68c1caeb43c4b56ee139f8ed1864dc554d3d763218f6140458f0b3411d8c6e260dfcb9d92a'
|
@@ -597,7 +597,7 @@ body
|
|
597
597
|
box-shadow: 0 math.div($unit, 2) math.div($unit, 1) rgba($heading_foreground_color, 0.4)
|
598
598
|
|
599
599
|
button#mobile-navigation-toggle
|
600
|
-
--icon-url: url("/
|
600
|
+
--icon-url: url("/assets/images/menu-outline@2x.png")
|
601
601
|
|
602
602
|
// Mobile Navigation, open state
|
603
603
|
nav#navigation-mobile[data-state="open"]
|
@@ -610,4 +610,4 @@ body
|
|
610
610
|
|
611
611
|
#navigation-controls
|
612
612
|
button#mobile-navigation-toggle
|
613
|
-
--icon-url: url("/
|
613
|
+
--icon-url: url("/assets/images/close-circle-outline@2x.png")
|