jekyll-glass 0.2.3 → 0.2.4

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: 585e3f83017e9d3075b7f9ec53d1c023dcad22f587995c66d699bdcdc398546b
4
- data.tar.gz: 55823585a2a03197b34eb863521ccf9d8b5362a7ca9f1bc7d39269bb45366878
3
+ metadata.gz: cfb4cc9353b6e3fb44ad2a3a9b5817a7ca609694f022083426af753bd9a69f9a
4
+ data.tar.gz: 9b90a446e762ab3af4ab0c4fce223fda2f8feab7ff7291abcd2b3b83fc397868
5
5
  SHA512:
6
- metadata.gz: 424044997782088a85c29fa8719712ed4460de572f6e1d156e08923030cfbaaa34224ae5b1e42d5f6120b0980d47fc8526d3b8b6224587782cd96fb98b7efdab
7
- data.tar.gz: a1563ba5ba7cda84bcbfb32da919b232823a15b2f9241e1a9398ff358e0f81027e123a75d1dc73ec5f4abc3f39151bbc3421f09b43242d0abc9b3d1989c18967
6
+ metadata.gz: 174de13d6c12a8c245c998a36bf42298f2bb3260bf34a3eda6fbbae0ca37e58d3fc3490bd90684f556974c55f1f392525cdc6a248b3c6fa5798931bcac0cda61
7
+ data.tar.gz: a9ba09d8c2d78b169028ff235d55a8855c546929a9c0c3586e51324771815bfc34e86474ede025c36c52266d7ff2c2e2a0759689bd6bc6599911f3ad4af8b6b2
data/_sass/_custom.scss CHANGED
@@ -1 +0,0 @@
1
- @import "variables";
@@ -16,6 +16,9 @@ $light-color: #fff !default; // Light color used e.g. for foreground text
16
16
  $link-color: #bbb !default;
17
17
  $link-color-visited: #888 !default;
18
18
 
19
+ $foreground-color: $light-color !default;
20
+ $background-color: $dark-color !default;
21
+
19
22
  $spacing-unit: 30px !default;
20
23
 
21
24
  $table-text-align: left !default;
data/assets/css/main.scss CHANGED
@@ -7,14 +7,14 @@
7
7
 
8
8
  body {
9
9
  font-family: $base-font-family;
10
- color: $light-color;
10
+ color: $foreground-color;
11
11
  -webkit-text-size-adjust: 100%;
12
12
  -webkit-font-feature-settings: "kern" 1;
13
13
  -moz-font-feature-settings: "kern" 1;
14
14
  -o-font-feature-settings: "kern" 1;
15
15
  font-feature-settings: "kern" 1;
16
16
  font-kerning: normal;
17
- background-color: $dark-color;
17
+ background-color: $background-color;
18
18
  }
19
19
 
20
20
  a {
@@ -22,6 +22,10 @@ a {
22
22
  }
23
23
 
24
24
  a:visited {
25
+ color: $link-color;
26
+ }
27
+
28
+ .post-list a:visited, #page-content a:visited {
25
29
  color: $link-color-visited;
26
30
  }
27
31
 
@@ -47,18 +51,6 @@ h1 {
47
51
  font-size: 26px;
48
52
  }
49
53
 
50
- h1 a {
51
- color: $light-color;
52
- text-decoration: none;
53
- }
54
- h1 a:visited {
55
- color: $light-color;
56
- }
57
-
58
- .static-links a:visited {
59
- color: $link-color;
60
- }
61
-
62
54
  code {
63
55
  font-family: $code-font-family, monospace;
64
56
  padding: 1px 3px 1px 3px;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-glass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Linus Warnatz