jekyll-whiteglass 1.11.6 → 1.11.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/_sass/whiteglass/_base.scss +1 -3
- data/_sass/whiteglass.scss +2 -4
- data/assets/main.scss +2 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 32876464dbfa332cbbb63b13bb19b3fe5b2f8d2ddc593d0c7eda68337f81394d
|
4
|
+
data.tar.gz: 987edf87bf66e031fd6b5fbff43ca95c093a0063eb1c5f9243c6f8fa251a5df5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee11c857398f9d226f94b8f1a05f58ac66923fa4a4717faa8f3ea3a9a64e79c736db3ef4fa2c2b2245ee04ccf4a65e82a72ffbd78f5021eb73d189b944a27089
|
7
|
+
data.tar.gz: 11775e9fa0b206eecabd83c4f313d8d0f03e6edeb249225c159ddf4add9617af2b055081256c253ae5cd85998e254ee1e846346c213f792d46b6fc7f64a9769f
|
data/CHANGELOG.md
CHANGED
data/_sass/whiteglass/_base.scss
CHANGED
@@ -1,5 +1,3 @@
|
|
1
|
-
@use "sass:color";
|
2
|
-
|
3
1
|
/**
|
4
2
|
* Reset some basic elements
|
5
3
|
*/
|
@@ -112,7 +110,7 @@ a {
|
|
112
110
|
text-decoration: none;
|
113
111
|
|
114
112
|
&:visited {
|
115
|
-
color: color
|
113
|
+
color: adjust-color($brand-color, $lightness: -10%);
|
116
114
|
}
|
117
115
|
|
118
116
|
&:hover {
|
data/_sass/whiteglass.scss
CHANGED
@@ -1,5 +1,3 @@
|
|
1
|
-
@use "sass:color";
|
2
|
-
|
3
1
|
// Define defaults for each variable.
|
4
2
|
$base-font-family: Bitter, "Apple SD Gothic Neo", "Noto Sans", "Source Han Sans", "Noto Sans CJK JP", "Source Han Sans JP", "Noto Sans CJK KR", "Source Han Sans KR", NanumBarunGothic, AppleGothic, "Malgun Gothic", Dotum, sans-serif !default;
|
5
3
|
$monospace-font-family: Monaco, Menlo, Consolas, "Courier New", DotumChe, monospace !default;
|
@@ -15,8 +13,8 @@ $background-color: #fdfdfd !default;
|
|
15
13
|
$brand-color: #2568ba !default;
|
16
14
|
|
17
15
|
$grey-color: #757575 !default;
|
18
|
-
$grey-color-light: color
|
19
|
-
$grey-color-dark: color
|
16
|
+
$grey-color-light: adjust-color($grey-color, $lightness: 45%) !default;
|
17
|
+
$grey-color-dark: adjust-color($grey-color, $lightness: -20%) !default;
|
20
18
|
|
21
19
|
// Width of the content area
|
22
20
|
$content-width: 800px !default;
|
data/assets/main.scss
CHANGED
@@ -2,7 +2,6 @@
|
|
2
2
|
# Only the main Sass file needs front matter (the dashes are enough)
|
3
3
|
---
|
4
4
|
@charset "utf-8";
|
5
|
-
@use "sass:color";
|
6
5
|
|
7
6
|
// Our variables
|
8
7
|
$base-font-family: Bitter, "Apple SD Gothic Neo", AppleGothic, NanumBarunGothic, "Malgun Gothic", Dotum, sans-serif;
|
@@ -19,8 +18,8 @@ $background-color: #fdfdfd;
|
|
19
18
|
$brand-color: #2568ba;
|
20
19
|
|
21
20
|
$grey-color: #757575;
|
22
|
-
$grey-color-light: color
|
23
|
-
$grey-color-dark: color
|
21
|
+
$grey-color-light: adjust-color($grey-color, $lightness: 45%);
|
22
|
+
$grey-color-dark: adjust-color($grey-color, $lightness: -20%);
|
24
23
|
|
25
24
|
// Width of the content area
|
26
25
|
$content-width: 800px;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-whiteglass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.11.
|
4
|
+
version: 1.11.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chayoung You
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-10-
|
11
|
+
date: 2024-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|