aemi 1.0.11 → 1.0.14

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: 5dd28d9d3f06dd2e8c5019fb3395dedd76a2742c8ae53c575ef200012f8c8661
4
- data.tar.gz: cfa268d524d241d33eb9a643de0f54669b22154d17d3d956f4778229432923aa
3
+ metadata.gz: d868518c5f5420a919be624acbb2705ce1934b5ac1ba3a1b86fb6f3d4921d4ff
4
+ data.tar.gz: e7e362eefcdd66da04a5703dde1059d7237ad9cfcd18fa87adf88f028896fc67
5
5
  SHA512:
6
- metadata.gz: 7942f6cbaba4d3d67448f5820642dc0dc7795e9d3322c62652b94119cb9fc8951aa4f4f36258c24ad6cbb7b98f5602f15427aad31037b1b32b29b75c6d2491ea
7
- data.tar.gz: 47514a30b98f271fdbaf7ff5e2825e9ac4be2a3a46c22c1c764032373932dab13672a2d68d2be6352da98592565df00f679b1fa2e5743579b863027dc08edc92
6
+ metadata.gz: 0c980d77d9aaf110f79830ad2f58fdbaab0eaec7881bafe869c458789e74964c5e5bb48b077c234448b7ff5fd7eb37ff09256a5c1214aeea73469203213cc073
7
+ data.tar.gz: 0ce445178b6678f58a2f3d4fa400c4593a31c77d03826baf242153c6c4d11bab3559d5526d0412c7b2d067881327f1d2cf1fe021e2f0a50a32efd57209b25a99
@@ -1,27 +1,27 @@
1
1
  :root {
2
2
  // !default
3
- --d-text-color: #fdfdfd;
4
- --d-text-color-i: #111;
5
- --l-text-color: #111;
6
- --l-text-color-i: #fdfdfd;
3
+ --d-text-color: hsl( 0%, 0%, 99% );
4
+ --d-text-color-i: hsl( 0%, 0%, 7% );
5
+ --l-text-color: hsl( 0%, 0%, 7% );
6
+ --l-text-color-i: hsl( 0%, 0%, 99% );
7
7
 
8
8
  // lighten, 18%
9
- --d-lighten-text-color: #f8f8f8;
10
- --d-lighten-text-color-i: #191919;
11
- --l-lighten-text-color: #191919;
12
- --l-lighten-text-color-i: #f8f8f8;
9
+ --d-lighten-text-color: hsl( 0%, 0%, 97% );
10
+ --d-lighten-text-color-i: hsl( 0%, 0%, 10% );
11
+ --l-lighten-text-color: hsl( 0%, 0%, 10% );
12
+ --l-lighten-text-color-i: hsl( 0%, 0%, 97% );
13
13
 
14
14
  // !default
15
- --d-darken-text-color: #fff;
16
- --d-darken-text-color-i: #000;
17
- --l-darken-text-color: #000;
18
- --l-darken-text-color-i: #fff;
15
+ --d-darken-text-color: hsl( 100%, 100%, 100% );
16
+ --d-darken-text-color-i: hsl( 0%, 0%, 0% );
17
+ --l-darken-text-color: hsl( 0%, 0%, 0% );
18
+ --l-darken-text-color-i: hsl( 100%, 100%, 100% );
19
19
 
20
20
  // !default
21
- --d-background-color: #171717;
22
- --d-background-color-i: #fdfdfd;
23
- --l-background-color: #fdfdfd;
24
- --l-background-color-i: #171717;
21
+ --d-background-color: hsl( 0%, 0%, 9% );
22
+ --d-background-color-i: hsl( 0%, 0%, 99% );
23
+ --l-background-color: hsl( 0%, 0%, 99% );
24
+ --l-background-color-i: hsl( 0%, 0%, 9% );
25
25
 
26
26
  // !default
27
27
  --d-background-color-lighten: hsl(0, 0%, 13%);
data/_sass/aemi.scss CHANGED
@@ -13,7 +13,7 @@ $mono-font-family: "SFMono-Regular", "JetBrains Mono", "Roboto Mono", "Inconsola
13
13
  $base-font-size: 16px !default;
14
14
 
15
15
  $base-font-weight: 400 !default;
16
- $heading-font-weight: 555 !default;
16
+ $heading-font-weight: 650 !default;
17
17
 
18
18
  $small-font-size: $base-font-size * 0.875 !default;
19
19
  $base-line-height: 1.5 !default;
data/robots.txt CHANGED
@@ -3,3 +3,5 @@ Disallow: /assets/
3
3
 
4
4
  User-agent: *
5
5
  Allow: /
6
+
7
+ Sitemap: /sitemap.xml
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aemi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.11
4
+ version: 1.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guillaume C
@@ -198,7 +198,6 @@ files:
198
198
  - assets/font-files/JetBrainsMono-Regular.woff2
199
199
  - assets/font-files/JetBrainsMono-Thin.woff2
200
200
  - assets/font-files/JetBrainsMono-ThinItalic.woff2
201
- - assets/index.html
202
201
  - assets/main.scss
203
202
  - robots.txt
204
203
  homepage: https://github.com/aemi-dev/aemi-jekyll-theme
data/assets/index.html DELETED
File without changes