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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 387afd454e88347b2ee5628095cedba3de907f641c8924337908674a5b69d5ba
4
- data.tar.gz: 9ba61ebd09691271eefacec026f99a270a528f380ac8b045cf459cb32710fedf
3
+ metadata.gz: 4c454ffd97186eb0f2e7116014b9602423e38cce8ada1c0bbf14b215956337be
4
+ data.tar.gz: f49a1322d001cc1947ea793f2bf958f2d15d14a762588bc52d709eae925a0b68
5
5
  SHA512:
6
- metadata.gz: 6141c99c77f2d335917d0a522f3bed526898e4658ddfc66cb9ad5407830c4f98046eeba522ae6791106e47aa4790a7e6cd297bfb737bb50a064b3d8907252493
7
- data.tar.gz: 89137eeb96891f31bb98e7500c54a3f79037bdc01c39d64944ec5b75b96e5f3e04264b5a871e176ee259f168ac38522f0a72bfe90e33caf9d4574479a1a93021
6
+ metadata.gz: 6487a875b9446fc03e97751abf3b2f82b51966278900307e10e8f8d5ff1d98ca03c8a3a42c9352a58ed14b8dcd9c20a89597747c4529291985fa3e2be1d5b6b6
7
+ data.tar.gz: eeaf61f7effc3839f4c3d450267a37b2c11010b84d82c8c9855ee668ec07388cc0e4c9d722b5fa9c75120e21fd23e0cb79584c04ebdc296e9b12b5cb22e13b05
data/_config.yml CHANGED
@@ -1,12 +1,6 @@
1
1
  plugins:
2
2
  - jekyll-toc
3
3
  - jekyll-polyglot
4
- - navigation_widget
5
- - button_processor
6
- - check_required_filter
7
- - collapse_link_tag
8
- - doc_toc_filter
9
- - type_style_filter
10
4
 
11
5
  permalink: /:slug/
12
6
 
@@ -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 px-10 mb-10 dark:prose-invert prose-headings:font-semibold prose-code:text-gray-500 prose-pre:bg-neutral-800">
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}}">
@@ -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-semibold :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
5082
- font-weight: 600;
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.1
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-07 00:00:00.000000000 Z
11
+ date: 2024-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll