jekyll-theme-hyde-dark 0.0.6.pre.alpha → 0.0.7
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/hyde.css +4 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c27ad05f8ccdba4c9b05aa6f2f54a7093b05465ade988b220c474146267b8e02
|
4
|
+
data.tar.gz: 43a4bca7c4f5b78a98965ca1a3889976063472694cfbc4fe4483555efccd2f9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e5706f8a519fe8f0be3864c9a4298a7f72455a4bda73e56d3e7b9ab142578dabf29308160a89ff40edef69b7ecc1b78e9b35b4c334e16775c3f4d1ef90f216c2
|
7
|
+
data.tar.gz: c249ba105615c8f0254b54d0ca9f4e5ca80f92e2e92b853fa072f076c4ff2de87ff6231bcc0570cbb39325295935da50966693f74495024f9d04a4c90a695451
|
data/assets/css/hyde.css
CHANGED
@@ -208,6 +208,7 @@ a.sidebar-nav-item:focus {
|
|
208
208
|
.theme-base-dark {
|
209
209
|
background-color: #141414;
|
210
210
|
color: #cfcdcd;
|
211
|
+
line-height: 1.8;
|
211
212
|
}
|
212
213
|
|
213
214
|
.theme-base-dark .sidebar {
|
@@ -221,7 +222,7 @@ a.sidebar-nav-item:focus {
|
|
221
222
|
|
222
223
|
.theme-base-dark code.highlighter-rouge {
|
223
224
|
background-color: #f9f9f90f;
|
224
|
-
color:
|
225
|
+
color: #f4bf75;
|
225
226
|
}
|
226
227
|
|
227
228
|
.theme-base-dark strong {
|
@@ -239,7 +240,8 @@ a.sidebar-nav-item:focus {
|
|
239
240
|
.theme-base-dark h4,
|
240
241
|
.theme-base-dark h5,
|
241
242
|
.theme-base-dark h6 {
|
242
|
-
|
243
|
+
margin-top: 2rem;
|
244
|
+
color: #fff;
|
243
245
|
}
|
244
246
|
|
245
247
|
.theme-base-dark tbody tr:nth-child(odd) td,
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-hyde-dark
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Abdus
|
@@ -86,9 +86,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
86
86
|
version: '0'
|
87
87
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
88
88
|
requirements:
|
89
|
-
- - "
|
89
|
+
- - ">="
|
90
90
|
- !ruby/object:Gem::Version
|
91
|
-
version:
|
91
|
+
version: '0'
|
92
92
|
requirements: []
|
93
93
|
rubygems_version: 3.1.2
|
94
94
|
signing_key:
|