jekyll-theme-console-ext 2.1 → 2.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6bb1d8d0dcd62aba3867d4ceb4c063ca3cb11059d288501cd0b192079a3cd24b
4
- data.tar.gz: 846226bf04f2bed5ab9a424ccb2fed0dee0ced7db8cd07bec7fd205ed51bbeaf
3
+ metadata.gz: 4411d2e88c5edfb12dfdde4b36b0675e8d056e356e9fbf9baf6372de201eed96
4
+ data.tar.gz: a3c2355d9bc00e0d6633cf3fb2e4d843fa1254de7718a33760736c0e9ebcbf82
5
5
  SHA512:
6
- metadata.gz: 622f4f50ad249db002b09caef29bb3c227398fdd812b55a39c4bc960f2742bbaba0c72bd672ff22be45029e3326a3e6ef080e1156420f43d237a1ca8c9130bf8
7
- data.tar.gz: ff48d4b030535b54e820ef0f45f6ead63c5ca0c2d38f6b0012fc5118e0106fc61743965461d05c7baf2c297f04cac742812fe7b4e03b5287dd68b3bcc22d52a1
6
+ metadata.gz: 863554896d5babcc6f316ad446fd1674fb77510d1b48f7057b15019a601bb6c0e4220e4d3a49ca6acf8a55d2eed03be3fb17489d21f7797d758ada4489ee65d9
7
+ data.tar.gz: a9d0346606bc80ed079c04c8e2b4dee11b10cb6572172d8277e245fd6be01dc5fd813f6adbc92108ea7e6ed4f7367da20d26d4a2946659befe2d5a49f1dea75f
data/_sass/_dark.scss CHANGED
@@ -3,11 +3,11 @@
3
3
  */
4
4
 
5
5
  :root {
6
- --base-color: #DBDBDB;
7
- --border: dashed 1px rgba(219, 219, 219, 0.9);
8
- --selection-background: rgba(219, 219, 219, 0.99);
9
- --selection-text: #000;
10
- --background-color: #000;
6
+ --base-color: #9e9e9e;
7
+ --border: dashed 1px #9e9e9e;
8
+ --selection-background: #9e9e9e;
9
+ --selection-text: #1f1f1f;
10
+ --background-color: #1f1f1f;
11
11
  --text-color: var(--base-color);
12
12
  --placeholder-color: var(--base-color);
13
13
  --link-color: var(--base-color);
data/_sass/base.scss CHANGED
@@ -5,11 +5,11 @@
5
5
  * Style variables
6
6
  */
7
7
  $base-font-family: 'Source Code Pro', monospace !default;
8
- $base-font-size: 12.5px !default;
8
+ $base-font-size: 14px !default;
9
9
  $mobile-font-size: 12px !default;
10
10
  $base-line-height: 1.5 !default;
11
11
  $container-width: 90% !default;
12
- $container-max-width: 600px !default;
12
+ $container-max-width: 700px !default;
13
13
 
14
14
  /**
15
15
  * Global
data/assets/styles.scss CHANGED
@@ -1,11 +1,18 @@
1
1
  ---
2
2
  ---
3
3
 
4
- .images {
4
+ .images40 {
5
5
  display: block;
6
6
  margin-left: auto;
7
7
  margin-right: auto;
8
- width: 50%;
8
+ width: 40%;
9
+ }
10
+
11
+ .images100 {
12
+ display: block;
13
+ margin-left: auto;
14
+ margin-right: auto;
15
+ width: 100%;
9
16
  }
10
17
 
11
18
  .imgLabel {
@@ -13,7 +20,6 @@
13
20
  text-decoration: none;
14
21
  text-align: center;
15
22
  display: block;
16
- color: #DBDBDB;
17
23
  }
18
24
 
19
25
  .tagheader {
@@ -21,7 +27,6 @@
21
27
  text-decoration: none;
22
28
  text-align: center;
23
29
  display: block;
24
- color: #DBDBDB;
25
30
  }
26
31
 
27
32
  .images:hover {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-console-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: '2.1'
4
+ version: '2.2'
5
5
  platform: ruby
6
6
  authors:
7
7
  - pedr0silva
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-17 00:00:00.000000000 Z
11
+ date: 2021-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll