minimal-mistakes-jekyll 4.10.0 → 4.10.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (132) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +16 -1
  3. data/LICENSE.txt +63 -63
  4. data/_data/navigation.yml +11 -11
  5. data/_data/ui-text.yml +986 -983
  6. data/_includes/analytics-providers/custom.html +2 -2
  7. data/_includes/analytics-providers/google-gtag.html +9 -0
  8. data/_includes/analytics-providers/google-universal.html +9 -9
  9. data/_includes/analytics-providers/google.html +10 -10
  10. data/_includes/analytics.html +13 -11
  11. data/_includes/archive-single.html +37 -37
  12. data/_includes/author-profile-custom-links.html +6 -6
  13. data/_includes/base_path +4 -4
  14. data/_includes/breadcrumbs.html +39 -39
  15. data/_includes/browser-upgrade.html +3 -3
  16. data/_includes/category-list.html +25 -25
  17. data/_includes/comment.html +22 -22
  18. data/_includes/comments-providers/custom.html +2 -2
  19. data/_includes/comments-providers/discourse.html +13 -13
  20. data/_includes/comments-providers/facebook.html +7 -7
  21. data/_includes/comments-providers/google-plus.html +1 -1
  22. data/_includes/comments-providers/staticman.html +41 -41
  23. data/_includes/comments-providers/staticman_v2.html +41 -41
  24. data/_includes/comments.html +168 -168
  25. data/_includes/feature_row +49 -49
  26. data/_includes/figure +12 -12
  27. data/_includes/footer.html +25 -25
  28. data/_includes/footer/custom.html +2 -2
  29. data/_includes/gallery +46 -46
  30. data/_includes/group-by-array +46 -46
  31. data/_includes/head.html +42 -42
  32. data/_includes/head/custom.html +5 -5
  33. data/_includes/nav_list +46 -46
  34. data/_includes/page__hero.html +61 -61
  35. data/_includes/page__hero_video.html +4 -4
  36. data/_includes/page__taxonomy.html +6 -6
  37. data/_includes/paginator.html +69 -69
  38. data/_includes/post_pagination.html +13 -13
  39. data/_includes/read-time.html +14 -14
  40. data/_includes/scripts.html +26 -26
  41. data/_includes/search/algolia-search-scripts.html +54 -54
  42. data/_includes/search/lunr-search-scripts.html +9 -9
  43. data/_includes/search/search_form.html +10 -10
  44. data/_includes/seo.html +166 -166
  45. data/_includes/sidebar.html +22 -22
  46. data/_includes/social-share.html +13 -13
  47. data/_includes/tag-list.html +25 -25
  48. data/_includes/toc +6 -6
  49. data/_includes/toc.html +74 -74
  50. data/_includes/video +11 -11
  51. data/_layouts/archive-taxonomy.html +14 -14
  52. data/_layouts/compress.html +10 -10
  53. data/_layouts/default.html +1 -1
  54. data/_layouts/home.html +11 -11
  55. data/_layouts/search.html +35 -35
  56. data/_layouts/single.html +92 -92
  57. data/_layouts/splash.html +21 -21
  58. data/_sass/minimal-mistakes.scss +1 -1
  59. data/_sass/minimal-mistakes/_animations.scss +20 -20
  60. data/_sass/minimal-mistakes/_archive.scss +319 -319
  61. data/_sass/minimal-mistakes/_buttons.scss +97 -97
  62. data/_sass/minimal-mistakes/_footer.scss +85 -85
  63. data/_sass/minimal-mistakes/_masthead.scss +83 -83
  64. data/_sass/minimal-mistakes/_mixins.scss +91 -91
  65. data/_sass/minimal-mistakes/_notices.scss +99 -99
  66. data/_sass/minimal-mistakes/_page.scss +452 -452
  67. data/_sass/minimal-mistakes/_reset.scss +186 -186
  68. data/_sass/minimal-mistakes/_search.scss +125 -125
  69. data/_sass/minimal-mistakes/_sidebar.scss +297 -297
  70. data/_sass/minimal-mistakes/_tables.scss +36 -36
  71. data/_sass/minimal-mistakes/_utilities.scss +520 -520
  72. data/_sass/minimal-mistakes/_variables.scss +153 -153
  73. data/_sass/minimal-mistakes/skins/_air.scss +23 -23
  74. data/_sass/minimal-mistakes/skins/_aqua.scss +29 -29
  75. data/_sass/minimal-mistakes/skins/_contrast.scss +51 -51
  76. data/_sass/minimal-mistakes/skins/_dark.scss +42 -42
  77. data/_sass/minimal-mistakes/skins/_default.scss +5 -5
  78. data/_sass/minimal-mistakes/skins/_dirt.scss +33 -33
  79. data/_sass/minimal-mistakes/skins/_mint.scss +23 -23
  80. data/_sass/minimal-mistakes/skins/_neon.scss +53 -53
  81. data/_sass/minimal-mistakes/skins/_plum.scss +60 -60
  82. data/_sass/minimal-mistakes/skins/_sunrise.scss +44 -44
  83. data/_sass/minimal-mistakes/vendor/breakpoint/_breakpoint.scss +114 -114
  84. data/_sass/minimal-mistakes/vendor/breakpoint/_context.scss +94 -94
  85. data/_sass/minimal-mistakes/vendor/breakpoint/_helpers.scss +151 -151
  86. data/_sass/minimal-mistakes/vendor/breakpoint/_legacy-settings.scss +49 -49
  87. data/_sass/minimal-mistakes/vendor/breakpoint/_no-query.scss +15 -15
  88. data/_sass/minimal-mistakes/vendor/breakpoint/_parsers.scss +215 -215
  89. data/_sass/minimal-mistakes/vendor/breakpoint/_respond-to.scss +82 -82
  90. data/_sass/minimal-mistakes/vendor/breakpoint/_settings.scss +70 -70
  91. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_double.scss +33 -33
  92. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_query.scss +82 -82
  93. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_resolution.scss +31 -31
  94. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_single.scss +26 -26
  95. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_triple.scss +36 -36
  96. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default-pair.scss +21 -21
  97. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default.scss +22 -22
  98. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_double-string.scss +21 -21
  99. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/resolution/_resolution.scss +60 -60
  100. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/single/_default.scss +13 -13
  101. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/triple/_default.scss +18 -18
  102. data/_sass/minimal-mistakes/vendor/magnific-popup/_magnific-popup.scss +649 -649
  103. data/_sass/minimal-mistakes/vendor/magnific-popup/_settings.scss +45 -45
  104. data/_sass/minimal-mistakes/vendor/susy/_susy-prefix.scss +13 -13
  105. data/_sass/minimal-mistakes/vendor/susy/_susy.scss +5 -5
  106. data/_sass/minimal-mistakes/vendor/susy/plugins/_svg-grid.scss +5 -5
  107. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_prefix.scss +7 -7
  108. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-api.scss +114 -114
  109. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-grid-math.scss +67 -67
  110. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-settings.scss +14 -14
  111. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-unprefix.scss +18 -18
  112. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-utilities.scss +133 -133
  113. data/_sass/minimal-mistakes/vendor/susy/susy/_api.scss +318 -318
  114. data/_sass/minimal-mistakes/vendor/susy/susy/_normalize.scss +261 -261
  115. data/_sass/minimal-mistakes/vendor/susy/susy/_parse.scss +163 -163
  116. data/_sass/minimal-mistakes/vendor/susy/susy/_settings.scss +329 -329
  117. data/_sass/minimal-mistakes/vendor/susy/susy/_su-math.scss +441 -441
  118. data/_sass/minimal-mistakes/vendor/susy/susy/_su-validate.scss +213 -213
  119. data/_sass/minimal-mistakes/vendor/susy/susy/_syntax-helpers.scss +191 -191
  120. data/_sass/minimal-mistakes/vendor/susy/susy/_unprefix.scss +56 -56
  121. data/_sass/minimal-mistakes/vendor/susy/susy/_utilities.scss +167 -167
  122. data/assets/css/main.scss +7 -7
  123. data/assets/js/_main.js +106 -106
  124. data/assets/js/lunr/lunr-en.js +75 -75
  125. data/assets/js/lunr/lunr-gr.js +528 -528
  126. data/assets/js/lunr/lunr-store.js +36 -36
  127. data/assets/js/lunr/lunr.js +2977 -2977
  128. data/assets/js/main.min.js +5 -5
  129. data/assets/js/plugins/jquery.fitvids.js +81 -81
  130. data/assets/js/vendor/jquery/jquery-3.3.1.min.js +2 -0
  131. metadata +5 -4
  132. data/assets/js/vendor/jquery/jquery-3.2.1.min.js +0 -4
@@ -1,42 +1,42 @@
1
- /* ==========================================================================
2
- Dark skin
3
- ========================================================================== */
4
-
5
- /* Colors */
6
- $background-color: #252a34 !default;
7
- $text-color: #eaeaea !default;
8
- $primary-color: #00adb5 !default;
9
- $border-color: mix(#fff, $background-color, 20%) !default;
10
- $code-background-color: mix(#000, $background-color, 15%) !default;
11
- $code-background-color-dark: mix(#000, $background-color, 20%) !default;
12
- $form-background-color: mix(#000, $background-color, 15%) !default;
13
- $footer-background-color: mix(#000, $background-color, 30%) !default;
14
- $link-color: mix($primary-color, $text-color, 40%) !default;
15
- $link-color-hover: mix(#fff, $link-color, 25%) !default;
16
- $link-color-visited: mix(#000, $link-color, 25%) !default;
17
- $masthead-link-color: $text-color !default;
18
- $masthead-link-color-hover: mix(#000, $text-color, 20%) !default;
19
- $navicon-link-color-hover: mix(#000, $background-color, 30%) !default;
20
-
21
- /* dark syntax highlighting (base16) */
22
- $base00: #ffffff !default;
23
- $base01: #e0e0e0 !default;
24
- $base02: #d0d0d0 !default;
25
- $base03: #b0b0b0 !default;
26
- $base04: #000000 !default;
27
- $base05: #101010 !default;
28
- $base06: #151515 !default;
29
- $base07: #202020 !default;
30
- $base08: #ff0086 !default;
31
- $base09: #fd8900 !default;
32
- $base0a: #aba800 !default;
33
- $base0b: #00c918 !default;
34
- $base0c: #1faaaa !default;
35
- $base0d: #3777e6 !default;
36
- $base0e: #ad00a1 !default;
37
- $base0f: #cc6633 !default;
38
-
39
- .author__urls.social-icons .svg-inline--fa,
40
- .page__footer-follow .social-icons .svg-inline--fa {
41
- color: inherit;
42
- }
1
+ /* ==========================================================================
2
+ Dark skin
3
+ ========================================================================== */
4
+
5
+ /* Colors */
6
+ $background-color: #252a34 !default;
7
+ $text-color: #eaeaea !default;
8
+ $primary-color: #00adb5 !default;
9
+ $border-color: mix(#fff, $background-color, 20%) !default;
10
+ $code-background-color: mix(#000, $background-color, 15%) !default;
11
+ $code-background-color-dark: mix(#000, $background-color, 20%) !default;
12
+ $form-background-color: mix(#000, $background-color, 15%) !default;
13
+ $footer-background-color: mix(#000, $background-color, 30%) !default;
14
+ $link-color: mix($primary-color, $text-color, 40%) !default;
15
+ $link-color-hover: mix(#fff, $link-color, 25%) !default;
16
+ $link-color-visited: mix(#000, $link-color, 25%) !default;
17
+ $masthead-link-color: $text-color !default;
18
+ $masthead-link-color-hover: mix(#000, $text-color, 20%) !default;
19
+ $navicon-link-color-hover: mix(#000, $background-color, 30%) !default;
20
+
21
+ /* dark syntax highlighting (base16) */
22
+ $base00: #ffffff !default;
23
+ $base01: #e0e0e0 !default;
24
+ $base02: #d0d0d0 !default;
25
+ $base03: #b0b0b0 !default;
26
+ $base04: #000000 !default;
27
+ $base05: #101010 !default;
28
+ $base06: #151515 !default;
29
+ $base07: #202020 !default;
30
+ $base08: #ff0086 !default;
31
+ $base09: #fd8900 !default;
32
+ $base0a: #aba800 !default;
33
+ $base0b: #00c918 !default;
34
+ $base0c: #1faaaa !default;
35
+ $base0d: #3777e6 !default;
36
+ $base0e: #ad00a1 !default;
37
+ $base0f: #cc6633 !default;
38
+
39
+ .author__urls.social-icons .svg-inline--fa,
40
+ .page__footer-follow .social-icons .svg-inline--fa {
41
+ color: inherit;
42
+ }
@@ -1,5 +1,5 @@
1
- /* ==========================================================================
2
- Default skin
3
- ========================================================================== */
4
-
5
- // Intentionally left blank
1
+ /* ==========================================================================
2
+ Default skin
3
+ ========================================================================== */
4
+
5
+ // Intentionally left blank
@@ -1,33 +1,33 @@
1
- /* ==========================================================================
2
- Dirt skin
3
- ========================================================================== */
4
-
5
- /* Colors */
6
- $background-color: #f3f3f3 !default;
7
- $text-color: #343434 !default;
8
- $muted-text-color: #8e8b82 !default;
9
- $primary-color: #343434 !default;
10
- $border-color: #e9dcbe !default;
11
- $footer-background-color: #e9dcbe !default;
12
- $link-color: #343434 !default;
13
- $masthead-link-color: $text-color !default;
14
- $masthead-link-color-hover: $text-color !default;
15
- $navicon-link-color-hover: mix(#fff, $text-color, 80%) !default;
16
-
17
- /* dirt syntax highlighting (base16) */
18
- $base00: #231e18 !default;
19
- $base01: #302b25 !default;
20
- $base02: #48413a !default;
21
- $base03: #9d8b70 !default;
22
- $base04: #b4a490 !default;
23
- $base05: #cabcb1 !default;
24
- $base06: #d7c8bc !default;
25
- $base07: #e4d4c8 !default;
26
- $base08: #d35c5c !default;
27
- $base09: #ca7f32 !default;
28
- $base0a: #e0ac16 !default;
29
- $base0b: #b7ba53 !default;
30
- $base0c: #6eb958 !default;
31
- $base0d: #88a4d3 !default;
32
- $base0e: #bb90e2 !default;
33
- $base0f: #b49368 !default;
1
+ /* ==========================================================================
2
+ Dirt skin
3
+ ========================================================================== */
4
+
5
+ /* Colors */
6
+ $background-color: #f3f3f3 !default;
7
+ $text-color: #343434 !default;
8
+ $muted-text-color: #8e8b82 !default;
9
+ $primary-color: #343434 !default;
10
+ $border-color: #e9dcbe !default;
11
+ $footer-background-color: #e9dcbe !default;
12
+ $link-color: #343434 !default;
13
+ $masthead-link-color: $text-color !default;
14
+ $masthead-link-color-hover: $text-color !default;
15
+ $navicon-link-color-hover: mix(#fff, $text-color, 80%) !default;
16
+
17
+ /* dirt syntax highlighting (base16) */
18
+ $base00: #231e18 !default;
19
+ $base01: #302b25 !default;
20
+ $base02: #48413a !default;
21
+ $base03: #9d8b70 !default;
22
+ $base04: #b4a490 !default;
23
+ $base05: #cabcb1 !default;
24
+ $base06: #d7c8bc !default;
25
+ $base07: #e4d4c8 !default;
26
+ $base08: #d35c5c !default;
27
+ $base09: #ca7f32 !default;
28
+ $base0a: #e0ac16 !default;
29
+ $base0b: #b7ba53 !default;
30
+ $base0c: #6eb958 !default;
31
+ $base0d: #88a4d3 !default;
32
+ $base0e: #bb90e2 !default;
33
+ $base0f: #b49368 !default;
@@ -1,23 +1,23 @@
1
- /* ==========================================================================
2
- Mint skin
3
- ========================================================================== */
4
-
5
- /* Colors */
6
- $background-color: #f3f6f6 !default;
7
- $text-color: #40514e !default;
8
- $muted-text-color: #40514e !default;
9
- $primary-color: #11999e !default;
10
- $border-color: mix(#fff, #40514e, 75%) !default;
11
- $footer-background-color: #30e3ca !default;
12
- $link-color: #11999e !default;
13
- $masthead-link-color: $text-color !default;
14
- $masthead-link-color-hover: $text-color !default;
15
- $navicon-link-color-hover: mix(#fff, $text-color, 80%) !default;
16
-
17
- .page__footer {
18
- color: #fff !important; // override
19
- }
20
-
21
- .page__footer-follow .social-icons .svg-inline--fa {
22
- color: inherit;
23
- }
1
+ /* ==========================================================================
2
+ Mint skin
3
+ ========================================================================== */
4
+
5
+ /* Colors */
6
+ $background-color: #f3f6f6 !default;
7
+ $text-color: #40514e !default;
8
+ $muted-text-color: #40514e !default;
9
+ $primary-color: #11999e !default;
10
+ $border-color: mix(#fff, #40514e, 75%) !default;
11
+ $footer-background-color: #30e3ca !default;
12
+ $link-color: #11999e !default;
13
+ $masthead-link-color: $text-color !default;
14
+ $masthead-link-color-hover: $text-color !default;
15
+ $navicon-link-color-hover: mix(#fff, $text-color, 80%) !default;
16
+
17
+ .page__footer {
18
+ color: #fff !important; // override
19
+ }
20
+
21
+ .page__footer-follow .social-icons .svg-inline--fa {
22
+ color: inherit;
23
+ }
@@ -1,53 +1,53 @@
1
- /* ==========================================================================
2
- Neon skin
3
- ========================================================================== */
4
-
5
- /* Colors */
6
- $background-color: #141010 !default;
7
- $text-color: #fff6fb !default;
8
- $primary-color: #f21368 !default;
9
- $border-color: mix(#fff, $background-color, 20%) !default;
10
- $code-background-color: mix(#000, $background-color, 15%) !default;
11
- $code-background-color-dark: mix(#000, $background-color, 20%) !default;
12
- $form-background-color: mix(#000, $background-color, 15%) !default;
13
- $footer-background-color: mix($primary-color, #000, 10%) !default;
14
- $link-color: $primary-color !default;
15
- $link-color-hover: mix(#fff, $link-color, 25%) !default;
16
- $link-color-visited: mix(#000, $link-color, 25%) !default;
17
- $masthead-link-color: $text-color !default;
18
- $masthead-link-color-hover: mix(#000, $text-color, 20%) !default;
19
- $navicon-link-color-hover: mix(#000, $background-color, 30%) !default;
20
-
21
- /* neon syntax highlighting (base16) */
22
- $base00: #ffffff !default;
23
- $base01: #e0e0e0 !default;
24
- $base02: #d0d0d0 !default;
25
- $base03: #b0b0b0 !default;
26
- $base04: #000000 !default;
27
- $base05: #101010 !default;
28
- $base06: #151515 !default;
29
- $base07: #202020 !default;
30
- $base08: #ff0086 !default;
31
- $base09: #fd8900 !default;
32
- $base0a: #aba800 !default;
33
- $base0b: #00c918 !default;
34
- $base0c: #1faaaa !default;
35
- $base0d: #3777e6 !default;
36
- $base0e: #ad00a1 !default;
37
- $base0f: #cc6633 !default;
38
-
39
- .author__urls.social-icons .svg-inline--fa,
40
- .page__footer-follow .social-icons .svg-inline--fa {
41
- color: inherit;
42
- }
43
-
44
- /* next/previous buttons */
45
- .pagination--pager {
46
- color: $text-color;
47
- background-color: $primary-color;
48
- border-color: transparent;
49
-
50
- &:visited {
51
- color: $text-color;
52
- }
53
- }
1
+ /* ==========================================================================
2
+ Neon skin
3
+ ========================================================================== */
4
+
5
+ /* Colors */
6
+ $background-color: #141010 !default;
7
+ $text-color: #fff6fb !default;
8
+ $primary-color: #f21368 !default;
9
+ $border-color: mix(#fff, $background-color, 20%) !default;
10
+ $code-background-color: mix(#000, $background-color, 15%) !default;
11
+ $code-background-color-dark: mix(#000, $background-color, 20%) !default;
12
+ $form-background-color: mix(#000, $background-color, 15%) !default;
13
+ $footer-background-color: mix($primary-color, #000, 10%) !default;
14
+ $link-color: $primary-color !default;
15
+ $link-color-hover: mix(#fff, $link-color, 25%) !default;
16
+ $link-color-visited: mix(#000, $link-color, 25%) !default;
17
+ $masthead-link-color: $text-color !default;
18
+ $masthead-link-color-hover: mix(#000, $text-color, 20%) !default;
19
+ $navicon-link-color-hover: mix(#000, $background-color, 30%) !default;
20
+
21
+ /* neon syntax highlighting (base16) */
22
+ $base00: #ffffff !default;
23
+ $base01: #e0e0e0 !default;
24
+ $base02: #d0d0d0 !default;
25
+ $base03: #b0b0b0 !default;
26
+ $base04: #000000 !default;
27
+ $base05: #101010 !default;
28
+ $base06: #151515 !default;
29
+ $base07: #202020 !default;
30
+ $base08: #ff0086 !default;
31
+ $base09: #fd8900 !default;
32
+ $base0a: #aba800 !default;
33
+ $base0b: #00c918 !default;
34
+ $base0c: #1faaaa !default;
35
+ $base0d: #3777e6 !default;
36
+ $base0e: #ad00a1 !default;
37
+ $base0f: #cc6633 !default;
38
+
39
+ .author__urls.social-icons .svg-inline--fa,
40
+ .page__footer-follow .social-icons .svg-inline--fa {
41
+ color: inherit;
42
+ }
43
+
44
+ /* next/previous buttons */
45
+ .pagination--pager {
46
+ color: $text-color;
47
+ background-color: $primary-color;
48
+ border-color: transparent;
49
+
50
+ &:visited {
51
+ color: $text-color;
52
+ }
53
+ }
@@ -1,60 +1,60 @@
1
- /* ==========================================================================
2
- Plum skin
3
- ========================================================================== */
4
-
5
- /* Colors */
6
- $background-color: #521477 !default;
7
- $text-color: #fffd86 !default;
8
- $primary-color: #c327ab !default;
9
- $border-color: mix(#fff, $background-color, 20%) !default;
10
- $code-background-color: mix(#000, $background-color, 15%) !default;
11
- $code-background-color-dark: mix(#000, $background-color, 20%) !default;
12
- $form-background-color: mix(#000, $background-color, 15%) !default;
13
- $footer-background-color: mix(#000, $background-color, 25%) !default;
14
- $link-color: $primary-color !default;
15
- $link-color-hover: mix(#fff, $link-color, 25%) !default;
16
- $link-color-visited: mix(#000, $link-color, 25%) !default;
17
- $masthead-link-color: $text-color !default;
18
- $masthead-link-color-hover: mix(#000, $text-color, 20%) !default;
19
- $navicon-link-color-hover: mix(#000, $background-color, 30%) !default;
20
-
21
- /* plum syntax highlighting (base16) */
22
- $base00: #ffffff !default;
23
- $base01: #e0e0e0 !default;
24
- $base02: #d0d0d0 !default;
25
- $base03: #b0b0b0 !default;
26
- $base04: #000000 !default;
27
- $base05: #101010 !default;
28
- $base06: #151515 !default;
29
- $base07: #202020 !default;
30
- $base08: #ff0086 !default;
31
- $base09: #fd8900 !default;
32
- $base0a: #aba800 !default;
33
- $base0b: #00c918 !default;
34
- $base0c: #1faaaa !default;
35
- $base0d: #3777e6 !default;
36
- $base0e: #ad00a1 !default;
37
- $base0f: #cc6633 !default;
38
-
39
- .author__urls.social-icons .svg-inline--fa,
40
- .page__footer-follow .social-icons .svg-inline--fa {
41
- color: inherit;
42
- }
43
-
44
- .page__content {
45
- a,
46
- a:visited {
47
- color: inherit;
48
- }
49
- }
50
-
51
- /* next/previous buttons */
52
- .pagination--pager {
53
- color: $text-color;
54
- background-color: $primary-color;
55
- border-color: transparent;
56
-
57
- &:visited {
58
- color: $text-color;
59
- }
60
- }
1
+ /* ==========================================================================
2
+ Plum skin
3
+ ========================================================================== */
4
+
5
+ /* Colors */
6
+ $background-color: #521477 !default;
7
+ $text-color: #fffd86 !default;
8
+ $primary-color: #c327ab !default;
9
+ $border-color: mix(#fff, $background-color, 20%) !default;
10
+ $code-background-color: mix(#000, $background-color, 15%) !default;
11
+ $code-background-color-dark: mix(#000, $background-color, 20%) !default;
12
+ $form-background-color: mix(#000, $background-color, 15%) !default;
13
+ $footer-background-color: mix(#000, $background-color, 25%) !default;
14
+ $link-color: $primary-color !default;
15
+ $link-color-hover: mix(#fff, $link-color, 25%) !default;
16
+ $link-color-visited: mix(#000, $link-color, 25%) !default;
17
+ $masthead-link-color: $text-color !default;
18
+ $masthead-link-color-hover: mix(#000, $text-color, 20%) !default;
19
+ $navicon-link-color-hover: mix(#000, $background-color, 30%) !default;
20
+
21
+ /* plum syntax highlighting (base16) */
22
+ $base00: #ffffff !default;
23
+ $base01: #e0e0e0 !default;
24
+ $base02: #d0d0d0 !default;
25
+ $base03: #b0b0b0 !default;
26
+ $base04: #000000 !default;
27
+ $base05: #101010 !default;
28
+ $base06: #151515 !default;
29
+ $base07: #202020 !default;
30
+ $base08: #ff0086 !default;
31
+ $base09: #fd8900 !default;
32
+ $base0a: #aba800 !default;
33
+ $base0b: #00c918 !default;
34
+ $base0c: #1faaaa !default;
35
+ $base0d: #3777e6 !default;
36
+ $base0e: #ad00a1 !default;
37
+ $base0f: #cc6633 !default;
38
+
39
+ .author__urls.social-icons .svg-inline--fa,
40
+ .page__footer-follow .social-icons .svg-inline--fa {
41
+ color: inherit;
42
+ }
43
+
44
+ .page__content {
45
+ a,
46
+ a:visited {
47
+ color: inherit;
48
+ }
49
+ }
50
+
51
+ /* next/previous buttons */
52
+ .pagination--pager {
53
+ color: $text-color;
54
+ background-color: $primary-color;
55
+ border-color: transparent;
56
+
57
+ &:visited {
58
+ color: $text-color;
59
+ }
60
+ }
@@ -1,44 +1,44 @@
1
- /* ==========================================================================
2
- Sunrise skin
3
- ========================================================================== */
4
-
5
- /* Colors */
6
- $dark-gray: #0e2431 !default;
7
- $background-color: #e8d5b7 !default;
8
- $text-color: #000 !default;
9
- $muted-text-color: $dark-gray !default;
10
- $primary-color: #fc3a52 !default;
11
- $border-color: mix(#000, $background-color, 20%) !default;
12
- $code-background-color: mix(#fff, $background-color, 20%) !default;
13
- $code-background-color-dark: mix(#000, $background-color, 10%) !default;
14
- $form-background-color: mix(#fff, $background-color, 15%) !default;
15
- $footer-background-color: #f9b248 !default;
16
- $link-color: mix(#000, $primary-color, 10%) !default;
17
- $link-color-hover: mix(#fff, $link-color, 25%) !default;
18
- $link-color-visited: mix(#000, $link-color, 25%) !default;
19
- $masthead-link-color: $text-color !default;
20
- $masthead-link-color-hover: mix(#000, $text-color, 20%) !default;
21
- $navicon-link-color-hover: mix(#000, $background-color, 30%) !default;
22
-
23
- /* sunrise syntax highlighting (base16) */
24
- $base00: #1d1f21 !default;
25
- $base01: #282a2e !default;
26
- $base02: #373b41 !default;
27
- $base03: #969896 !default;
28
- $base04: #b4b7b4 !default;
29
- $base05: #c5c8c6 !default;
30
- $base06: #e0e0e0 !default;
31
- $base07: #ffffff !default;
32
- $base08: #cc6666 !default;
33
- $base09: #de935f !default;
34
- $base0a: #f0c674 !default;
35
- $base0b: #b5bd68 !default;
36
- $base0c: #8abeb7 !default;
37
- $base0d: #81a2be !default;
38
- $base0e: #b294bb !default;
39
- $base0f: #a3685a !default;
40
-
41
- .author__urls.social-icons .fa,
42
- .page__footer-follow .social-icons .svg-inline--fa {
43
- color: inherit;
44
- }
1
+ /* ==========================================================================
2
+ Sunrise skin
3
+ ========================================================================== */
4
+
5
+ /* Colors */
6
+ $dark-gray: #0e2431 !default;
7
+ $background-color: #e8d5b7 !default;
8
+ $text-color: #000 !default;
9
+ $muted-text-color: $dark-gray !default;
10
+ $primary-color: #fc3a52 !default;
11
+ $border-color: mix(#000, $background-color, 20%) !default;
12
+ $code-background-color: mix(#fff, $background-color, 20%) !default;
13
+ $code-background-color-dark: mix(#000, $background-color, 10%) !default;
14
+ $form-background-color: mix(#fff, $background-color, 15%) !default;
15
+ $footer-background-color: #f9b248 !default;
16
+ $link-color: mix(#000, $primary-color, 10%) !default;
17
+ $link-color-hover: mix(#fff, $link-color, 25%) !default;
18
+ $link-color-visited: mix(#000, $link-color, 25%) !default;
19
+ $masthead-link-color: $text-color !default;
20
+ $masthead-link-color-hover: mix(#000, $text-color, 20%) !default;
21
+ $navicon-link-color-hover: mix(#000, $background-color, 30%) !default;
22
+
23
+ /* sunrise syntax highlighting (base16) */
24
+ $base00: #1d1f21 !default;
25
+ $base01: #282a2e !default;
26
+ $base02: #373b41 !default;
27
+ $base03: #969896 !default;
28
+ $base04: #b4b7b4 !default;
29
+ $base05: #c5c8c6 !default;
30
+ $base06: #e0e0e0 !default;
31
+ $base07: #ffffff !default;
32
+ $base08: #cc6666 !default;
33
+ $base09: #de935f !default;
34
+ $base0a: #f0c674 !default;
35
+ $base0b: #b5bd68 !default;
36
+ $base0c: #8abeb7 !default;
37
+ $base0d: #81a2be !default;
38
+ $base0e: #b294bb !default;
39
+ $base0f: #a3685a !default;
40
+
41
+ .author__urls.social-icons .fa,
42
+ .page__footer-follow .social-icons .svg-inline--fa {
43
+ color: inherit;
44
+ }