jekyll-whiteglass 1.2.0 → 1.2.1
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/_sass/whiteglass.scss +16 -16
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 574568cc478d28f43a6b73894f3624259a0448bd
|
|
4
|
+
data.tar.gz: 23246103ffd51f18ea0133ae532286e15448c1c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4bfcd5ee423bfb44c6ac4086f538bca8bdf1eae2c27677ff5287bd55c946cefe62e0fdd523f83b23d75e266ff4734816740dab14cc56b9bc2aef84f4a8f7aef2
|
|
7
|
+
data.tar.gz: '0795f69165062d4e55d06250373661fbc7f9968bf53e3c4c6790e21bc5da98b0f228ce5b059d4435215939f962d7131670bb00c208d1d41d8e8a98afe51b5c8d'
|
data/CHANGELOG.md
CHANGED
data/_sass/whiteglass.scss
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
// Define defaults for each variable.
|
|
2
|
-
$base-font-family: Bitter, "Apple SD Gothic Neo", AppleGothic, NanumBarunGothic, "Malgun Gothic", Dotum, sans-serif;
|
|
3
|
-
$monospace-font-family: Monaco, Menlo, Consolas, "Courier New", DotumChe, monospace;
|
|
4
|
-
$base-font-size: 16px;
|
|
5
|
-
$base-font-weight: 400;
|
|
6
|
-
$small-font-size: $base-font-size * 0.875;
|
|
7
|
-
$base-line-height: 1.5;
|
|
2
|
+
$base-font-family: Bitter, "Apple SD Gothic Neo", AppleGothic, NanumBarunGothic, "Malgun Gothic", Dotum, sans-serif !default;
|
|
3
|
+
$monospace-font-family: Monaco, Menlo, Consolas, "Courier New", DotumChe, monospace !default;
|
|
4
|
+
$base-font-size: 16px !default;
|
|
5
|
+
$base-font-weight: 400 !default;
|
|
6
|
+
$small-font-size: $base-font-size * 0.875 !default;
|
|
7
|
+
$base-line-height: 1.5 !default;
|
|
8
8
|
|
|
9
|
-
$spacing-unit: 30px;
|
|
9
|
+
$spacing-unit: 30px !default;
|
|
10
10
|
|
|
11
|
-
$text-color: #111;
|
|
12
|
-
$background-color: #fdfdfd;
|
|
13
|
-
$brand-color: #2568ba;
|
|
11
|
+
$text-color: #111 !default;
|
|
12
|
+
$background-color: #fdfdfd !default;
|
|
13
|
+
$brand-color: #2568ba !default;
|
|
14
14
|
|
|
15
|
-
$grey-color: #828282;
|
|
16
|
-
$grey-color-light: lighten($grey-color, 40%);
|
|
17
|
-
$grey-color-dark: darken($grey-color, 25%);
|
|
15
|
+
$grey-color: #828282 !default;
|
|
16
|
+
$grey-color-light: lighten($grey-color, 40%) !default;
|
|
17
|
+
$grey-color-dark: darken($grey-color, 25%) !default;
|
|
18
18
|
|
|
19
19
|
// Width of the content area
|
|
20
|
-
$content-width: 800px;
|
|
20
|
+
$content-width: 800px !default;
|
|
21
21
|
|
|
22
|
-
$on-palm: 600px;
|
|
23
|
-
$on-laptop: 800px;
|
|
22
|
+
$on-palm: 600px !default;
|
|
23
|
+
$on-laptop: 800px !default;
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
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.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chayoung You
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-01-
|
|
11
|
+
date: 2017-01-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|