jekyll-theme-miniplex 0.11.1 → 0.12.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/jekyll-theme-miniplex.sass +25 -4
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b445d75ca4335ea4609745587abb18d8be0499067c0f3ccdf86f2828f507239b
|
4
|
+
data.tar.gz: 41c53aada8811b213c6720140f44d0232f87fa2390713e8580ba8e9bdfe45c76
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ccd95ac50abe0b6c7f2bf6c9465b7b4dcf452f36cb6c1f01dbd7904876bd0a363e3585373050eee1d177880a2681c0a4084404e9981818707828ff1125d3099
|
7
|
+
data.tar.gz: 3ddf6ca45f392ea7b56e9ff36375f3dd42a0342cf9e05f655e6516e4f56e8ef66154076632c5cf2ca3f4344921f4b20b3265602eb43fdfdadc6f971807f8c6a3
|
@@ -220,7 +220,11 @@ $large_breakpoint: $medium_breakpoint + $large_minimum_left_navigation_width + 2
|
|
220
220
|
@mixin quote_font
|
221
221
|
font-family: IBMPlexSerif
|
222
222
|
font-style: italic
|
223
|
-
|
223
|
+
|
224
|
+
@mixin monospaced_font
|
225
|
+
font-family: IBMPlexMono
|
226
|
+
font-weight: normal
|
227
|
+
font-style: normal
|
224
228
|
|
225
229
|
// Accessibility
|
226
230
|
.visually-hidden
|
@@ -344,10 +348,11 @@ body
|
|
344
348
|
|
345
349
|
a
|
346
350
|
color: var(--interactive_color)
|
347
|
-
background-
|
351
|
+
background-image: linear-gradient(to right,var(--interactive_background_color) 0,var(--interactive_background_color) 100%)
|
352
|
+
background-size: 100% 20%
|
353
|
+
background-repeat: repeat-x
|
354
|
+
background-position: bottom
|
348
355
|
text-decoration: none
|
349
|
-
padding-left: math.div($unit, 4)
|
350
|
-
padding-right: math.div($unit, 4)
|
351
356
|
|
352
357
|
@include print_mode
|
353
358
|
text-decoration: underline
|
@@ -485,11 +490,27 @@ body
|
|
485
490
|
@include quote_font
|
486
491
|
@include responsive_property(margin-top, $xs: 0.75 * $unit, $s: 0.875 * $unit, $m: 1 * $unit, $otherwise: 1 * $unit)
|
487
492
|
@include responsive_property(margin-bottom, $xs: 0.75 * $unit, $s: 0.875 * $unit, $m: 1 * $unit, $otherwise: 1 * $unit)
|
493
|
+
color: var(--accent_color_1)
|
488
494
|
background-color: var(--group_color_level_1)
|
489
495
|
padding: $unit
|
490
496
|
|
491
497
|
p
|
492
498
|
margin-bottom: 0
|
499
|
+
|
500
|
+
pre
|
501
|
+
@include monospaced_font
|
502
|
+
@include responsive_property(margin-top, $xs: 0.75 * $unit, $s: 0.875 * $unit, $m: 1 * $unit, $otherwise: 1 * $unit)
|
503
|
+
@include responsive_property(margin-bottom, $xs: 0.75 * $unit, $s: 0.875 * $unit, $m: 1 * $unit, $otherwise: 1 * $unit)
|
504
|
+
background-color: var(--group_color_level_1)
|
505
|
+
padding: $unit
|
506
|
+
overflow-x: scroll
|
507
|
+
color: var(--accent_color_1)
|
508
|
+
|
509
|
+
code
|
510
|
+
@include monospaced_font
|
511
|
+
color: var(--accent_color_1)
|
512
|
+
background-color: var(--group_color_level_1)
|
513
|
+
padding: math.div($unit, 4)
|
493
514
|
|
494
515
|
table
|
495
516
|
@include responsive_property(margin-bottom, $xs: 1.5 * $unit, $s: 1.75 * $unit, $m: 2 * $unit, $otherwise: 2 * $unit)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-miniplex
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Timo Würsch
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03-
|
11
|
+
date: 2023-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -38,7 +38,7 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: 2.0.0
|
41
|
-
description:
|
41
|
+
description:
|
42
42
|
email:
|
43
43
|
- twuersch@fastmail.com
|
44
44
|
executables: []
|
@@ -78,7 +78,7 @@ homepage: https://gitlab.com/twuersch/jekyll-theme-miniplex
|
|
78
78
|
licenses:
|
79
79
|
- MIT
|
80
80
|
metadata: {}
|
81
|
-
post_install_message:
|
81
|
+
post_install_message:
|
82
82
|
rdoc_options: []
|
83
83
|
require_paths:
|
84
84
|
- lib
|
@@ -93,8 +93,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
93
|
- !ruby/object:Gem::Version
|
94
94
|
version: '0'
|
95
95
|
requirements: []
|
96
|
-
rubygems_version: 3.3.
|
97
|
-
signing_key:
|
96
|
+
rubygems_version: 3.3.7
|
97
|
+
signing_key:
|
98
98
|
specification_version: 4
|
99
99
|
summary: A Jekyll theme.
|
100
100
|
test_files: []
|