jekyll-theme-fica 0.1.8 → 0.1.9

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: a12ee76fc793fdd77b2fa48c2499ede1634b11eb2cd7b1cddde1b64af427e395
4
- data.tar.gz: 7316e301619255ac34ff9c5808fa3b87fbb884f3b49a85631dd3e431a36258a3
3
+ metadata.gz: e5f062c96b2097cb5601effd3a3324b9230b3afdeaaece3bd2b921efd7eb8d6b
4
+ data.tar.gz: 8bf8122d4d317925949f5e539b6294349481d821ba8686a00fb54429c14798b4
5
5
  SHA512:
6
- metadata.gz: 7052eef6cf989acd97d6c19223a1dde48346c64f9604b7439947fa92ba7937de65391e8d5ec76c7df6419307781330799604d77539ac4d645ca0639ef77366d0
7
- data.tar.gz: bd0080615fb02717033c278031cd493445e9feabf891596801ff4fbd66f00feb0930906098b6e1f4d6314a991eb1beb22e18a49aa478bd9de11fa068948d19ad
6
+ metadata.gz: 0b9c70b04b0823c7f792f8b518d5bd8a067f8ee9d27ad7565d142cbca8edbbdfdc6e9451e4a98c56e2ea6b7a7953761fc5a403cdd925c616909d413fba857a30
7
+ data.tar.gz: 36d069ef8230ba619ef0bd43be64fd0d7e04ab8f61859f8f0ff52193fe778035487c2d013681cc633d81806fe56ab93182d85fcc241b10489b2c5b2e9e1892f5
@@ -1,9 +1,9 @@
1
1
  <!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
2
2
 
3
3
  <!-- Setup Google Analytics -->
4
- {% include google-analytics.html %}
4
+ {% include Google-Analytics.html %}
5
5
 
6
6
  <!-- You can set your favicon here -->
7
7
  <!-- link rel="shortcut icon" type="image/x-icon" href="{{ '/favicon.ico' | relative_url }}" -->
8
8
 
9
- <!-- end custom head snippets -->
9
+ <!-- end custom head snippets -->
data/_layouts/post.html CHANGED
@@ -40,7 +40,7 @@ layout: default
40
40
  <div class="post-content e-content" itemprop="articleBody">
41
41
  {{ content }}
42
42
  <div class="post-footer">
43
- <a href="{{site.baseurl}}/Post/">
43
+ <a href="{{ site.baseurl }}{{ site.header.header_link_2 }}">
44
44
  <svg>
45
45
  <use xlink:href="{{ 'assets/fica-icons.svg#arw-back' | relative_url
46
46
  }}"></use>
@@ -154,6 +154,7 @@ ol {
154
154
  a {
155
155
  text-decoration: none;
156
156
  transition: $transition-links;
157
+ color: $link-visited-color;
157
158
 
158
159
  &:visited {
159
160
  color: $link-visited-color;
@@ -242,6 +243,12 @@ code {
242
243
 
243
244
  code {
244
245
  padding: 1px 5px;
246
+
247
+ a {
248
+ color: inherit !important;
249
+ border-bottom: none !important;
250
+ pointer-events: none;
251
+ }
245
252
  }
246
253
 
247
254
  pre {
@@ -302,10 +309,17 @@ pre {
302
309
  user-select: none;
303
310
  }
304
311
 
305
- /* set the dollar sign to non-selectable */
312
+ // set the dollar sign to non-selectable
306
313
  .gp {
307
314
  user-select: none;
308
315
  }
316
+
317
+ table {
318
+ td pre {
319
+ overflow: visible; // Fixed iOS safari overflow-x
320
+ word-break: normal;// Fixed iOS safari linenos code break
321
+ }
322
+ }
309
323
 
310
324
  .highlighter-rouge & {
311
325
  background: $code-background-color;
@@ -294,6 +294,7 @@
294
294
  }
295
295
 
296
296
  >a {
297
+ color: $footer-links-color;
297
298
 
298
299
  &:visited {
299
300
  color: $footer-links-color;
@@ -102,7 +102,7 @@ $prompt-danger-bg-color: #b31a1a !default;
102
102
  //
103
103
  $code-background-color: darken($primary_color, 3%) !default;
104
104
  $code-text-color: #4dd0e1 !default;
105
- $blockquote-text-color: darken($text-color, 30%) !default;
105
+ $blockquote-text-color: darken($text-color, 40%) !default;
106
106
 
107
107
  //
108
108
  // links
@@ -99,7 +99,7 @@ $prompt-danger-bg-color: #d32121 !default;
99
99
  //
100
100
  $code-background-color: darken($primary_color, 3%) !default;
101
101
  $code-text-color: #378f8f !default;
102
- $blockquote-text-color: lighten($text-color, 30%) !default;
102
+ $blockquote-text-color: lighten($text-color, 40%) !default;
103
103
 
104
104
  //
105
105
  // links
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-fica
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Involts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-12 00:00:00.000000000 Z
11
+ date: 2022-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll