iugu-docs-theme 0.2.1 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_config.yml +0 -6
- data/_layouts/default.html +1 -1
- data/assets/css/application.css +2 -11
- 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: 4c454ffd97186eb0f2e7116014b9602423e38cce8ada1c0bbf14b215956337be
|
4
|
+
data.tar.gz: f49a1322d001cc1947ea793f2bf958f2d15d14a762588bc52d709eae925a0b68
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6487a875b9446fc03e97751abf3b2f82b51966278900307e10e8f8d5ff1d98ca03c8a3a42c9352a58ed14b8dcd9c20a89597747c4529291985fa3e2be1d5b6b6
|
7
|
+
data.tar.gz: eeaf61f7effc3839f4c3d450267a37b2c11010b84d82c8c9855ee668ec07388cc0e4c9d722b5fa9c75120e21fd23e0cb79584c04ebdc296e9b12b5cb22e13b05
|
data/_config.yml
CHANGED
data/_layouts/default.html
CHANGED
@@ -73,7 +73,7 @@
|
|
73
73
|
{% assign right_margin = 'md:mr-[22ch]' %}
|
74
74
|
{% endif %}
|
75
75
|
<div x-data :class="{'lg:ml-[2ch]': !$store.sidebarOpen, 'lg:ml-[25ch]': $store.sidebarOpen }" class="{{ left_margin }} {{right_margin}} ">
|
76
|
-
<article class="antialiased prose max-w-[120ch] ml-auto mr-auto
|
76
|
+
<article class="antialiased prose max-w-[120ch] ml-auto mr-auto p-10 dark:prose-invert prose-headings:font-light prose-code:text-gray-500 prose-pre:bg-neutral-800">
|
77
77
|
{{ content }}
|
78
78
|
{% if reversed_posts %}
|
79
79
|
<a href="{{site.baseurl}}{{reversed_posts.first.url}}" class="navigation navigation-next navigation-unique" aria-label="Next page: {{reversed_posts.first.title}}">
|
data/assets/css/application.css
CHANGED
@@ -3322,10 +3322,6 @@ div.mermaid{
|
|
3322
3322
|
margin-bottom: 0.25rem;
|
3323
3323
|
}
|
3324
3324
|
|
3325
|
-
.mb-10{
|
3326
|
-
margin-bottom: 2.5rem;
|
3327
|
-
}
|
3328
|
-
|
3329
3325
|
.mb-2{
|
3330
3326
|
margin-bottom: 0.5rem;
|
3331
3327
|
}
|
@@ -4295,11 +4291,6 @@ div.mermaid{
|
|
4295
4291
|
padding-right: 0.25rem;
|
4296
4292
|
}
|
4297
4293
|
|
4298
|
-
.px-10{
|
4299
|
-
padding-left: 2.5rem;
|
4300
|
-
padding-right: 2.5rem;
|
4301
|
-
}
|
4302
|
-
|
4303
4294
|
.px-2{
|
4304
4295
|
padding-left: 0.5rem;
|
4305
4296
|
padding-right: 0.5rem;
|
@@ -5078,8 +5069,8 @@ div.mermaid{
|
|
5078
5069
|
background-color: rgb(38 38 38 / var(--tw-bg-opacity));
|
5079
5070
|
}
|
5080
5071
|
|
5081
|
-
.prose-headings\:font-
|
5082
|
-
font-weight:
|
5072
|
+
.prose-headings\:font-light :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
|
5073
|
+
font-weight: 300;
|
5083
5074
|
}
|
5084
5075
|
|
5085
5076
|
.prose-code\:text-gray-500 :is(:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))){
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: iugu-docs-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Patrick Negri
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-02-
|
11
|
+
date: 2024-02-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|