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,153 +1,153 @@
1
- /* ==========================================================================
2
- Variables
3
- ========================================================================== */
4
-
5
- /*
6
- Typography
7
- ========================================================================== */
8
-
9
- $doc-font-size: 16 !default;
10
-
11
- /* paragraph indention */
12
- $paragraph-indent: false !default; // true, false (default)
13
- $indent-var: 1.3em !default;
14
-
15
- /* system typefaces */
16
- $serif: Georgia, Times, serif !default;
17
- $sans-serif: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI",
18
- "Helvetica Neue", "Lucida Grande", Arial, sans-serif !default;
19
- $monospace: Monaco, Consolas, "Lucida Console", monospace !default;
20
-
21
- /* sans serif typefaces */
22
- $sans-serif-narrow: $sans-serif !default;
23
- $helvetica: Helvetica, "Helvetica Neue", Arial, sans-serif !default;
24
-
25
- /* serif typefaces */
26
- $georgia: Georgia, serif !default;
27
- $times: Times, serif !default;
28
- $bodoni: "Bodoni MT", serif !default;
29
- $calisto: "Calisto MT", serif !default;
30
- $garamond: Garamond, serif !default;
31
-
32
- $global-font-family: $sans-serif !default;
33
- $header-font-family: $sans-serif !default;
34
- $caption-font-family: $serif !default;
35
-
36
- /* type scale */
37
- $type-size-1: 2.441em !default; // ~39.056px
38
- $type-size-2: 1.953em !default; // ~31.248px
39
- $type-size-3: 1.563em !default; // ~25.008px
40
- $type-size-4: 1.25em !default; // ~20px
41
- $type-size-5: 1em !default; // ~16px
42
- $type-size-6: 0.75em !default; // ~12px
43
- $type-size-7: 0.6875em !default; // ~11px
44
- $type-size-8: 0.625em !default; // ~10px
45
-
46
- /*
47
- Colors
48
- ========================================================================== */
49
-
50
- $gray: #7a8288 !default;
51
- $dark-gray: mix(#000, $gray, 40%) !default;
52
- $darker-gray: mix(#000, $gray, 60%) !default;
53
- $light-gray: mix(#fff, $gray, 50%) !default;
54
- $lighter-gray: mix(#fff, $gray, 90%) !default;
55
-
56
- $background-color: #fff !default;
57
- $code-background-color: #fafafa !default;
58
- $code-background-color-dark: $light-gray !default;
59
- $text-color: $dark-gray !default;
60
- $muted-text-color: mix(#fff, $text-color, 35%) !default;
61
- $border-color: $lighter-gray !default;
62
- $form-background-color: $lighter-gray !default;
63
- $footer-background-color: $lighter-gray !default;
64
-
65
- $primary-color: #7a8288 !default;
66
- $success-color: #62c462 !default;
67
- $warning-color: #f89406 !default;
68
- $danger-color: #ee5f5b !default;
69
- $info-color: #52adc8 !default;
70
-
71
- /* YIQ color contrast */
72
- $yiq-contrasted-dark-default: $dark-gray !default;
73
- $yiq-contrasted-light-default: #fff !default;
74
- $yiq-contrasted-threshold: 175 !default;
75
- $yiq-debug: false !default;
76
-
77
- /* brands */
78
- $behance-color: #1769ff !default;
79
- $bitbucket-color: #205081 !default;
80
- $dribbble-color: #ea4c89 !default;
81
- $facebook-color: #3b5998 !default;
82
- $flickr-color: #ff0084 !default;
83
- $foursquare-color: #0072b1 !default;
84
- $github-color: #171516 !default;
85
- $google-plus-color: #dd4b39 !default;
86
- $instagram-color: #517fa4 !default;
87
- $lastfm-color: #d51007 !default;
88
- $linkedin-color: #007bb6 !default;
89
- $pinterest-color: #cb2027 !default;
90
- $rss-color: #fa9b39 !default;
91
- $soundcloud-color: #ff3300 !default;
92
- $stackoverflow-color: #fe7a15 !default;
93
- $tumblr-color: #32506d !default;
94
- $twitter-color: #55acee !default;
95
- $vimeo-color: #1ab7ea !default;
96
- $vine-color: #00bf8f !default;
97
- $youtube-color: #bb0000 !default;
98
- $xing-color: #006567 !default;
99
-
100
- /* links */
101
- $link-color: $info-color !default;
102
- $link-color-hover: mix(#000, $link-color, 25%) !default;
103
- $link-color-visited: mix(#fff, $link-color, 25%) !default;
104
- $masthead-link-color: $primary-color !default;
105
- $masthead-link-color-hover: mix(#000, $primary-color, 25%) !default;
106
- $navicon-link-color-hover: mix(#fff, $primary-color, 75%) !default;
107
-
108
- /* syntax highlighting (base16) */
109
- $base00: #263238 !default;
110
- $base01: #2e3c43 !default;
111
- $base02: #314549 !default;
112
- $base03: #546e7a !default;
113
- $base04: #b2ccd6 !default;
114
- $base05: #eeffff !default;
115
- $base06: #eeffff !default;
116
- $base07: #ffffff !default;
117
- $base08: #f07178 !default;
118
- $base09: #f78c6c !default;
119
- $base0a: #ffcb6b !default;
120
- $base0b: #c3e88d !default;
121
- $base0c: #89ddff !default;
122
- $base0d: #82aaff !default;
123
- $base0e: #c792ea !default;
124
- $base0f: #ff5370 !default;
125
-
126
- /*
127
- Breakpoints
128
- ========================================================================== */
129
-
130
- $small: 600px !default;
131
- $medium: 768px !default;
132
- $medium-wide: 900px !default;
133
- $large: 1024px !default;
134
- $x-large: 1280px !default;
135
-
136
- /*
137
- Grid
138
- ========================================================================== */
139
-
140
- $right-sidebar-width-narrow: 200px !default;
141
- $right-sidebar-width: 300px !default;
142
- $right-sidebar-width-wide: 400px !default;
143
-
144
- /*
145
- Other
146
- ========================================================================== */
147
-
148
- $border-radius: 4px !default;
149
- $box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125) !default;
150
- $navicon-width: 1.5rem !default;
151
- $navicon-height: 0.25rem !default;
152
- $global-transition: all 0.2s ease-in-out !default;
153
- $intro-transition: intro 0.3s both !default;
1
+ /* ==========================================================================
2
+ Variables
3
+ ========================================================================== */
4
+
5
+ /*
6
+ Typography
7
+ ========================================================================== */
8
+
9
+ $doc-font-size: 16 !default;
10
+
11
+ /* paragraph indention */
12
+ $paragraph-indent: false !default; // true, false (default)
13
+ $indent-var: 1.3em !default;
14
+
15
+ /* system typefaces */
16
+ $serif: Georgia, Times, serif !default;
17
+ $sans-serif: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI",
18
+ "Helvetica Neue", "Lucida Grande", Arial, sans-serif !default;
19
+ $monospace: Monaco, Consolas, "Lucida Console", monospace !default;
20
+
21
+ /* sans serif typefaces */
22
+ $sans-serif-narrow: $sans-serif !default;
23
+ $helvetica: Helvetica, "Helvetica Neue", Arial, sans-serif !default;
24
+
25
+ /* serif typefaces */
26
+ $georgia: Georgia, serif !default;
27
+ $times: Times, serif !default;
28
+ $bodoni: "Bodoni MT", serif !default;
29
+ $calisto: "Calisto MT", serif !default;
30
+ $garamond: Garamond, serif !default;
31
+
32
+ $global-font-family: $sans-serif !default;
33
+ $header-font-family: $sans-serif !default;
34
+ $caption-font-family: $serif !default;
35
+
36
+ /* type scale */
37
+ $type-size-1: 2.441em !default; // ~39.056px
38
+ $type-size-2: 1.953em !default; // ~31.248px
39
+ $type-size-3: 1.563em !default; // ~25.008px
40
+ $type-size-4: 1.25em !default; // ~20px
41
+ $type-size-5: 1em !default; // ~16px
42
+ $type-size-6: 0.75em !default; // ~12px
43
+ $type-size-7: 0.6875em !default; // ~11px
44
+ $type-size-8: 0.625em !default; // ~10px
45
+
46
+ /*
47
+ Colors
48
+ ========================================================================== */
49
+
50
+ $gray: #7a8288 !default;
51
+ $dark-gray: mix(#000, $gray, 40%) !default;
52
+ $darker-gray: mix(#000, $gray, 60%) !default;
53
+ $light-gray: mix(#fff, $gray, 50%) !default;
54
+ $lighter-gray: mix(#fff, $gray, 90%) !default;
55
+
56
+ $background-color: #fff !default;
57
+ $code-background-color: #fafafa !default;
58
+ $code-background-color-dark: $light-gray !default;
59
+ $text-color: $dark-gray !default;
60
+ $muted-text-color: mix(#fff, $text-color, 35%) !default;
61
+ $border-color: $lighter-gray !default;
62
+ $form-background-color: $lighter-gray !default;
63
+ $footer-background-color: $lighter-gray !default;
64
+
65
+ $primary-color: #7a8288 !default;
66
+ $success-color: #62c462 !default;
67
+ $warning-color: #f89406 !default;
68
+ $danger-color: #ee5f5b !default;
69
+ $info-color: #52adc8 !default;
70
+
71
+ /* YIQ color contrast */
72
+ $yiq-contrasted-dark-default: $dark-gray !default;
73
+ $yiq-contrasted-light-default: #fff !default;
74
+ $yiq-contrasted-threshold: 175 !default;
75
+ $yiq-debug: false !default;
76
+
77
+ /* brands */
78
+ $behance-color: #1769ff !default;
79
+ $bitbucket-color: #205081 !default;
80
+ $dribbble-color: #ea4c89 !default;
81
+ $facebook-color: #3b5998 !default;
82
+ $flickr-color: #ff0084 !default;
83
+ $foursquare-color: #0072b1 !default;
84
+ $github-color: #171516 !default;
85
+ $google-plus-color: #dd4b39 !default;
86
+ $instagram-color: #517fa4 !default;
87
+ $lastfm-color: #d51007 !default;
88
+ $linkedin-color: #007bb6 !default;
89
+ $pinterest-color: #cb2027 !default;
90
+ $rss-color: #fa9b39 !default;
91
+ $soundcloud-color: #ff3300 !default;
92
+ $stackoverflow-color: #fe7a15 !default;
93
+ $tumblr-color: #32506d !default;
94
+ $twitter-color: #55acee !default;
95
+ $vimeo-color: #1ab7ea !default;
96
+ $vine-color: #00bf8f !default;
97
+ $youtube-color: #bb0000 !default;
98
+ $xing-color: #006567 !default;
99
+
100
+ /* links */
101
+ $link-color: $info-color !default;
102
+ $link-color-hover: mix(#000, $link-color, 25%) !default;
103
+ $link-color-visited: mix(#fff, $link-color, 25%) !default;
104
+ $masthead-link-color: $primary-color !default;
105
+ $masthead-link-color-hover: mix(#000, $primary-color, 25%) !default;
106
+ $navicon-link-color-hover: mix(#fff, $primary-color, 75%) !default;
107
+
108
+ /* syntax highlighting (base16) */
109
+ $base00: #263238 !default;
110
+ $base01: #2e3c43 !default;
111
+ $base02: #314549 !default;
112
+ $base03: #546e7a !default;
113
+ $base04: #b2ccd6 !default;
114
+ $base05: #eeffff !default;
115
+ $base06: #eeffff !default;
116
+ $base07: #ffffff !default;
117
+ $base08: #f07178 !default;
118
+ $base09: #f78c6c !default;
119
+ $base0a: #ffcb6b !default;
120
+ $base0b: #c3e88d !default;
121
+ $base0c: #89ddff !default;
122
+ $base0d: #82aaff !default;
123
+ $base0e: #c792ea !default;
124
+ $base0f: #ff5370 !default;
125
+
126
+ /*
127
+ Breakpoints
128
+ ========================================================================== */
129
+
130
+ $small: 600px !default;
131
+ $medium: 768px !default;
132
+ $medium-wide: 900px !default;
133
+ $large: 1024px !default;
134
+ $x-large: 1280px !default;
135
+
136
+ /*
137
+ Grid
138
+ ========================================================================== */
139
+
140
+ $right-sidebar-width-narrow: 200px !default;
141
+ $right-sidebar-width: 300px !default;
142
+ $right-sidebar-width-wide: 400px !default;
143
+
144
+ /*
145
+ Other
146
+ ========================================================================== */
147
+
148
+ $border-radius: 4px !default;
149
+ $box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125) !default;
150
+ $navicon-width: 1.5rem !default;
151
+ $navicon-height: 0.25rem !default;
152
+ $global-transition: all 0.2s ease-in-out !default;
153
+ $intro-transition: intro 0.3s both !default;
@@ -1,23 +1,23 @@
1
- /* ==========================================================================
2
- Air skin
3
- ========================================================================== */
4
-
5
- /* Colors */
6
- $background-color: #eeeeee !default;
7
- $text-color: #222831 !default;
8
- $muted-text-color: #393e46 !default;
9
- $primary-color: #0092ca !default;
10
- $border-color: mix(#fff, #393e46, 75%) !default;
11
- $footer-background-color: $primary-color !default;
12
- $link-color: #393e46 !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
+ Air skin
3
+ ========================================================================== */
4
+
5
+ /* Colors */
6
+ $background-color: #eeeeee !default;
7
+ $text-color: #222831 !default;
8
+ $muted-text-color: #393e46 !default;
9
+ $primary-color: #0092ca !default;
10
+ $border-color: mix(#fff, #393e46, 75%) !default;
11
+ $footer-background-color: $primary-color !default;
12
+ $link-color: #393e46 !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,30 +1,30 @@
1
- /* ==========================================================================
2
- Aqua skin
3
- ========================================================================== */
4
-
5
- /* Colors */
6
- $gray : #1976d2 !default;
7
- $dark-gray : mix(#000, $gray, 40%) !default;
8
- $darker-gray : mix(#000, $gray, 60%) !default;
9
- $light-gray : mix(#fff, $gray, 50%) !default;
10
- $lighter-gray : mix(#fff, $gray, 90%) !default;
11
-
12
- $body-color : #fff !default;
13
- $background-color : #f0fff0 !default;
14
- $code-background-color : $lighter-gray !default;
15
- $code-background-color-dark : $light-gray !default;
16
- $text-color : $dark-gray !default;
17
- $border-color : $lighter-gray !default;
18
-
19
- $primary-color : $gray !default;
20
- $success-color : #27ae60 !default;
21
- $warning-color : #e67e22 !default;
22
- $danger-color : #c0392b !default;
23
- $info-color : #03a9f4 !default;
24
-
25
- /* links */
26
- $link-color : $info-color !default;
27
- $link-color-hover : mix(#000, $link-color, 25%) !default;
28
- $link-color-visited : mix(#fff, $link-color, 25%) !default;
29
- $masthead-link-color : $primary-color !default;
1
+ /* ==========================================================================
2
+ Aqua skin
3
+ ========================================================================== */
4
+
5
+ /* Colors */
6
+ $gray : #1976d2 !default;
7
+ $dark-gray : mix(#000, $gray, 40%) !default;
8
+ $darker-gray : mix(#000, $gray, 60%) !default;
9
+ $light-gray : mix(#fff, $gray, 50%) !default;
10
+ $lighter-gray : mix(#fff, $gray, 90%) !default;
11
+
12
+ $body-color : #fff !default;
13
+ $background-color : #f0fff0 !default;
14
+ $code-background-color : $lighter-gray !default;
15
+ $code-background-color-dark : $light-gray !default;
16
+ $text-color : $dark-gray !default;
17
+ $border-color : $lighter-gray !default;
18
+
19
+ $primary-color : $gray !default;
20
+ $success-color : #27ae60 !default;
21
+ $warning-color : #e67e22 !default;
22
+ $danger-color : #c0392b !default;
23
+ $info-color : #03a9f4 !default;
24
+
25
+ /* links */
26
+ $link-color : $info-color !default;
27
+ $link-color-hover : mix(#000, $link-color, 25%) !default;
28
+ $link-color-visited : mix(#fff, $link-color, 25%) !default;
29
+ $masthead-link-color : $primary-color !default;
30
30
  $masthead-link-color-hover : mix(#000, $primary-color, 25%) !default;
@@ -1,51 +1,51 @@
1
- /* ==========================================================================
2
- Contrast skin
3
- ========================================================================== */
4
-
5
- /* Colors */
6
- $text-color: #000 !default;
7
- $muted-text-color: $text-color !default;
8
- $primary-color: #ff0000 !default;
9
- $border-color: mix(#fff, $text-color, 75%) !default;
10
- $footer-background-color: #000 !default;
11
- $link-color: #0000ff !default;
12
- $masthead-link-color: $text-color !default;
13
- $masthead-link-color-hover: $text-color !default;
14
- $navicon-link-color-hover: mix(#fff, $text-color, 80%) !default;
15
-
16
- /* contrast syntax highlighting (base16) */
17
- $base00: #000000 !default;
18
- $base01: #242422 !default;
19
- $base02: #484844 !default;
20
- $base03: #6c6c66 !default;
21
- $base04: #918f88 !default;
22
- $base05: #b5b3aa !default;
23
- $base06: #d9d7cc !default;
24
- $base07: #fdfbee !default;
25
- $base08: #ff6c60 !default;
26
- $base09: #e9c062 !default;
27
- $base0a: #ffffb6 !default;
28
- $base0b: #a8ff60 !default;
29
- $base0c: #c6c5fe !default;
30
- $base0d: #96cbfe !default;
31
- $base0e: #ff73fd !default;
32
- $base0f: #b18a3d !default;
33
-
34
- .page__content {
35
- .notice,
36
- .notice--primary,
37
- .notice--info,
38
- .notice--warning,
39
- .notice--success,
40
- .notice--danger {
41
- color: $text-color;
42
- }
43
- }
44
-
45
- .page__footer {
46
- color: #fff !important; // override
47
- }
48
-
49
- .page__footer-follow .social-icons .svg-inline--fa {
50
- color: inherit;
51
- }
1
+ /* ==========================================================================
2
+ Contrast skin
3
+ ========================================================================== */
4
+
5
+ /* Colors */
6
+ $text-color: #000 !default;
7
+ $muted-text-color: $text-color !default;
8
+ $primary-color: #ff0000 !default;
9
+ $border-color: mix(#fff, $text-color, 75%) !default;
10
+ $footer-background-color: #000 !default;
11
+ $link-color: #0000ff !default;
12
+ $masthead-link-color: $text-color !default;
13
+ $masthead-link-color-hover: $text-color !default;
14
+ $navicon-link-color-hover: mix(#fff, $text-color, 80%) !default;
15
+
16
+ /* contrast syntax highlighting (base16) */
17
+ $base00: #000000 !default;
18
+ $base01: #242422 !default;
19
+ $base02: #484844 !default;
20
+ $base03: #6c6c66 !default;
21
+ $base04: #918f88 !default;
22
+ $base05: #b5b3aa !default;
23
+ $base06: #d9d7cc !default;
24
+ $base07: #fdfbee !default;
25
+ $base08: #ff6c60 !default;
26
+ $base09: #e9c062 !default;
27
+ $base0a: #ffffb6 !default;
28
+ $base0b: #a8ff60 !default;
29
+ $base0c: #c6c5fe !default;
30
+ $base0d: #96cbfe !default;
31
+ $base0e: #ff73fd !default;
32
+ $base0f: #b18a3d !default;
33
+
34
+ .page__content {
35
+ .notice,
36
+ .notice--primary,
37
+ .notice--info,
38
+ .notice--warning,
39
+ .notice--success,
40
+ .notice--danger {
41
+ color: $text-color;
42
+ }
43
+ }
44
+
45
+ .page__footer {
46
+ color: #fff !important; // override
47
+ }
48
+
49
+ .page__footer-follow .social-icons .svg-inline--fa {
50
+ color: inherit;
51
+ }