jekyll-theme-console 0.3.9 → 0.3.10

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: c6bc146b1c0ab3b4965967fb1c7a1732c6a411878660664ab344ac1554dc754a
4
- data.tar.gz: 6423200977d9ac01014a5a01fefe2ae6c271b16a5902cc5d333b88f51e95cbf4
3
+ metadata.gz: 337f4119898daea23dce61d78435590a178f0b4decaffc02718a35eca79f5d9e
4
+ data.tar.gz: b1632a0d1c75eeea2848e89b0eead751a19af474965af8981ab6c9a81e77903e
5
5
  SHA512:
6
- metadata.gz: c65e8e4cdc3f2437ba85039d5e1f78b3cc74eeda76047fce4ce084f61fcca48433d13e6ec383a5e8e520adbde073d0cf11fbb2d41c56389b2f98df481c9b0ad2
7
- data.tar.gz: 5fb645f5c9e39f0ec99473c2055b5b3b3e27a07fce5229df8571817df689db8a0e93297a1029ee020c62a7af62bc8447343e544587317b6dbbd0014afb855022
6
+ metadata.gz: ae39442919ceb128d0b8b96eff88d2da5aa82fa626477fec11687ed37cffc4c0d4583840761a0770c94adb1df35b29608f8800f6222157106abffba68bd7ec6f
7
+ data.tar.gz: eb8513e19eae885a1aecb0ba1cdb06a42350e525725e95fd7846b33ec9f63ab2610ff84563487354604752a0dbe4f03716f4fef12f0ff8eeaa01e50f41b94844
@@ -4,7 +4,6 @@
4
4
 
5
5
  :root {
6
6
  --base-color: #DBDBDB;
7
- --primary-color: #000000; // needed for github pages even when not used
8
7
  --border: dashed 1px rgba(219, 219, 219, 0.9);
9
8
  --selection-background: rgba(219, 219, 219, 0.99);
10
9
  --selection-text: #000;
@@ -4,7 +4,6 @@
4
4
 
5
5
  :root {
6
6
  --base-color: #00ff00;
7
- --primary-color: #000000; // needed for github pages even when not used
8
7
  --border: dashed 1px rgba(0, 255, 0, 0.9);
9
8
  --selection-background: rgba(0, 255, 0, 0.99);
10
9
  --selection-text: #000;
@@ -4,7 +4,6 @@
4
4
 
5
5
  :root {
6
6
  --base-color: #000;
7
- --primary-color: #000000; // needed for github pages even when not used
8
7
  --border: dashed 1px rgba(0, 0, 0, 1);
9
8
  --selection-background: rgba(0, 0, 0, 0.99);
10
9
  --selection-text: #FFF;
@@ -20,12 +20,6 @@ p, ul, ol { margin: 0px; color: var(--text-color); }
20
20
  a { text-decoration: underline; color: var(--link-color); }
21
21
  a:hover { color: var(--background-color); background-color: var(--base-color); }
22
22
  @media only screen and (max-device-width: 500px) { * { font-size: $mobile-font-size !important; } }
23
- /*h1:before { content: "#"; margin-right: 9px; }
24
- h2:before { content: "##"; margin-right: 9px; }
25
- h3:before { content: "###"; margin-right: 9px; }
26
- h4:before { content: "####"; margin-right: 9px; }
27
- h5:before { content: "#####"; margin-right: 9px; }
28
- h6:before { content: "######"; margin-right: 9px; }*/
29
23
 
30
24
  /**
31
25
  * Layout
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-console
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - b2a3e8