jekyll-theme-hydejack 8.0.0 → 8.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (142) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +22 -19
  3. data/_includes/body/analytics.html +16 -9
  4. data/_includes/body/comments.html +2 -4
  5. data/_includes/body/footer.html +1 -1
  6. data/_includes/body/menu.html +2 -2
  7. data/_includes/body/scripts.html +11 -3
  8. data/_includes/body/sidebar.html +1 -1
  9. data/_includes/components/hy-img.html +3 -3
  10. data/_includes/head/links.html +11 -9
  11. data/_includes/head/meta.html +1 -1
  12. data/_includes/head/page-style.html +2 -3
  13. data/_includes/head/scripts.html +15 -15
  14. data/_includes/head/styles.html +1 -1
  15. data/_includes/header.txt +1 -1
  16. data/_includes/my-comments.html +24 -0
  17. data/_includes/styles/inline.scss +24 -27
  18. data/_includes/styles/style.scss +27 -30
  19. data/_includes/templates/back.html +1 -1
  20. data/_includes/templates/index.html +2 -2
  21. data/_includes/templates/loading.html +1 -1
  22. data/_includes/templates/{cookies-banner.html → pro/cookies-banner.html} +2 -2
  23. data/_layouts/base.html +4 -4
  24. data/_layouts/compress.html +1 -1
  25. data/_sass/_mixins.scss +23 -12
  26. data/_sass/_syntax.scss +131 -67
  27. data/_sass/_variables.scss +4 -7
  28. data/_sass/hydejack/{__inline → __inline__}/_avatar.scss +1 -1
  29. data/_sass/hydejack/{__inline → __inline__}/_base.scss +2 -2
  30. data/_sass/hydejack/{__inline → __inline__}/_break-layout.scss +1 -1
  31. data/_sass/hydejack/{__inline → __inline__}/_content.scss +2 -2
  32. data/_sass/hydejack/{__inline → __inline__}/_footer.scss +1 -1
  33. data/_sass/hydejack/{__inline → __inline__}/_images.scss +2 -2
  34. data/_sass/hydejack/{__inline → __inline__}/_katex.scss +1 -1
  35. data/_sass/hydejack/{__inline → __inline__}/_links.scss +4 -4
  36. data/_sass/hydejack/{__link → __inline__}/_mark-external.scss +1 -1
  37. data/_sass/hydejack/{__inline → __inline__}/_menu.scss +18 -16
  38. data/_sass/hydejack/{__inline → __inline__}/_sidebar.scss +2 -2
  39. data/_sass/hydejack/{__inline → __inline__}/_social.scss +1 -1
  40. data/_sass/hydejack/{__inline → __inline__}/_utilities.scss +6 -3
  41. data/_sass/hydejack/{__link → __link__}/_avatar.scss +1 -1
  42. data/_sass/hydejack/{__link → __link__}/_base.scss +1 -1
  43. data/_sass/hydejack/{__link → __link__}/_break-layout.scss +1 -1
  44. data/_sass/hydejack/{__link → __link__}/_content.scss +1 -1
  45. data/_sass/hydejack/{__link → __link__}/_footer.scss +2 -2
  46. data/_sass/hydejack/{__link → __link__}/_images.scss +7 -5
  47. data/_sass/hydejack/{__link → __link__}/_katex.scss +6 -11
  48. data/_sass/hydejack/{__link → __link__}/_links.scss +5 -5
  49. data/_sass/hydejack/{__inline → __link__}/_mark-external.scss +1 -1
  50. data/_sass/hydejack/{__link → __link__}/_menu.scss +9 -16
  51. data/_sass/hydejack/{__link → __link__}/_sidebar.scss +1 -2
  52. data/_sass/hydejack/{__link → __link__}/_social.scss +1 -1
  53. data/_sass/hydejack/{__link → __link__}/_utilities.scss +6 -3
  54. data/_sass/hydejack/_base.pre.scss +1 -1
  55. data/_sass/hydejack/_content.pre.scss +1 -1
  56. data/_sass/hydejack/_footer.pre.scss +1 -1
  57. data/_sass/hydejack/_images.pre.scss +6 -4
  58. data/_sass/hydejack/_katex.pre.scss +5 -10
  59. data/_sass/hydejack/_links.pre.scss +4 -4
  60. data/_sass/hydejack/_menu.pre.scss +25 -30
  61. data/_sass/hydejack/_sidebar.pre.scss +1 -2
  62. data/_sass/hydejack/_utilities.pre.scss +5 -2
  63. data/_sass/my-style.scss +9 -0
  64. data/_sass/my-variables.scss +1 -23
  65. data/_sass/pooleparty/{__inline → __inline__}/_base.scss +6 -4
  66. data/_sass/pooleparty/{__inline → __inline__}/_code.scss +1 -1
  67. data/_sass/pooleparty/{__inline → __inline__}/_footer.scss +1 -1
  68. data/_sass/pooleparty/{__inline → __inline__}/_footnotes.scss +1 -1
  69. data/_sass/pooleparty/{__inline → __inline__}/_message.scss +4 -3
  70. data/_sass/pooleparty/{__inline → __inline__}/_pagination.scss +1 -1
  71. data/_sass/pooleparty/{__inline → __inline__}/_posts.scss +2 -2
  72. data/_sass/pooleparty/{__inline → __inline__}/_read-more.scss +1 -1
  73. data/_sass/pooleparty/{__inline → __inline__}/_related.scss +1 -1
  74. data/_sass/pooleparty/{__inline → __inline__}/_table.scss +3 -2
  75. data/_sass/pooleparty/{__inline → __inline__}/_type.scss +10 -6
  76. data/_sass/pooleparty/{__link → __link__}/_base.scss +1 -1
  77. data/_sass/pooleparty/{__link → __link__}/_code.scss +25 -12
  78. data/_sass/pooleparty/{__link → __link__}/_footer.scss +1 -1
  79. data/_sass/pooleparty/{__link → __link__}/_footnotes.scss +7 -6
  80. data/_sass/pooleparty/{__link → __link__}/_message.scss +1 -1
  81. data/_sass/pooleparty/{__link → __link__}/_pagination.scss +9 -6
  82. data/_sass/pooleparty/{__link → __link__}/_posts.scss +2 -2
  83. data/_sass/pooleparty/{__link → __link__}/_read-more.scss +1 -1
  84. data/_sass/pooleparty/{__link → __link__}/_related.scss +1 -1
  85. data/_sass/pooleparty/{__link → __link__}/_table.scss +13 -9
  86. data/_sass/pooleparty/{__link → __link__}/_type.scss +10 -9
  87. data/_sass/pooleparty/_base.pre.scss +5 -3
  88. data/_sass/pooleparty/_code.pre.scss +24 -11
  89. data/_sass/pooleparty/_footnotes.pre.scss +6 -5
  90. data/_sass/pooleparty/_message.pre.scss +3 -2
  91. data/_sass/pooleparty/_pagination.pre.scss +8 -5
  92. data/_sass/pooleparty/_posts.pre.scss +2 -2
  93. data/_sass/pooleparty/_table.pre.scss +14 -9
  94. data/_sass/pooleparty/_type.pre.scss +18 -13
  95. data/assets/css/{hydejack-8.0.0.css → hydejack-8.1.0.css} +0 -0
  96. data/assets/icomoon/fonts/icomoon.eot +0 -0
  97. data/assets/icomoon/fonts/icomoon.svg +3 -0
  98. data/assets/icomoon/fonts/icomoon.ttf +0 -0
  99. data/assets/icomoon/fonts/icomoon.woff +0 -0
  100. data/assets/icomoon/selection.json +91 -10
  101. data/assets/icomoon/style.css +14 -5
  102. data/assets/img/{COLOURlovers.com-Hydejack.png → blog/COLOURlovers.com-Hydejack.png} +0 -0
  103. data/assets/img/blog/blog-layout.jpg +0 -0
  104. data/assets/img/{caleb-george-old.jpg → blog/caleb-george-old.jpg} +0 -0
  105. data/assets/img/{caleb-george.jpg → blog/caleb-george.jpg} +0 -0
  106. data/assets/img/blog/cover-page.jpg +0 -0
  107. data/assets/img/blog/dark-mode.jpg +0 -0
  108. data/assets/img/{example-content-ii.jpg → blog/example-content-ii.jpg} +0 -0
  109. data/assets/img/{example-content-iii.jpg → blog/example-content-iii.jpg} +0 -0
  110. data/assets/img/blog/hydejack-8.png +0 -0
  111. data/assets/img/blog/hydejack-8@0,25x.png +0 -0
  112. data/assets/img/blog/hydejack-8@0,5x.png +0 -0
  113. data/assets/img/blog/lazy-images.jpg +0 -0
  114. data/assets/img/blog/resume.png +0 -0
  115. data/assets/img/blog/w3m.png +0 -0
  116. data/assets/js/hydejack-8.1.0.js +46 -0
  117. data/assets/js/sw.js +3 -3
  118. data/assets/version.json +1 -1
  119. data/assets/video/blog-layout.mp4 +0 -0
  120. data/assets/video/cover-page.mp4 +0 -0
  121. data/assets/video/dark-mode.mp4 +0 -0
  122. data/assets/video/lazy-images.mp4 +0 -0
  123. metadata +72 -76
  124. data/assets/bower_components/fontfaceobserver/test/assets/index.html +0 -8
  125. data/assets/bower_components/fontfaceobserver/test/assets/late.css +0 -1
  126. data/assets/bower_components/fontfaceobserver/test/assets/sourcesanspro-regular.eot +0 -0
  127. data/assets/bower_components/fontfaceobserver/test/assets/sourcesanspro-regular.ttf +0 -0
  128. data/assets/bower_components/fontfaceobserver/test/assets/sourcesanspro-regular.woff +0 -0
  129. data/assets/bower_components/fontfaceobserver/test/assets/subset.eot +0 -0
  130. data/assets/bower_components/fontfaceobserver/test/assets/subset.ttf +0 -0
  131. data/assets/bower_components/fontfaceobserver/test/assets/subset.woff +0 -0
  132. data/assets/bower_components/fontfaceobserver/test/deps.js +0 -5
  133. data/assets/bower_components/fontfaceobserver/test/index.html +0 -97
  134. data/assets/bower_components/fontfaceobserver/test/observer-test.js +0 -465
  135. data/assets/bower_components/fontfaceobserver/test/ruler-test.js +0 -112
  136. data/assets/img/default-1.jpg +0 -0
  137. data/assets/img/hydejack-8.jpg +0 -0
  138. data/assets/img/hydejack-8@0,25x.jpg +0 -0
  139. data/assets/img/hydejack-8@0,5x.jpg +0 -0
  140. data/assets/img/resume.png +0 -0
  141. data/assets/img/w3m.png +0 -0
  142. data/assets/js/hydejack-8.0.0.js +0 -46
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -40,7 +40,6 @@ hy-drawer {
40
40
 
41
41
 
42
42
  --hy-drawer-slide-width: calc(100% - #{$sidebar-width});
43
- --hy-drawer-box-shadow: none;
44
43
 
45
44
  }
46
45
 
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -32,8 +32,6 @@
32
32
  .mt4 { margin-top: 4rem }
33
33
  .pb0 { padding-bottom: 0 }
34
34
 
35
- .clearfix, .clearafter::after { @include clearfix(); } // both
36
-
37
35
  .sixteen-nine { @include aspect-ratio(16, 9); }
38
36
 
39
37
  .sr-only {
@@ -49,3 +47,8 @@
49
47
  border: 0;
50
48
 
51
49
  }
50
+
51
+ .border {
52
+ // border: 1px solid var(--border-color);
53
+ transition: border-color 1s ease;
54
+ }
@@ -32,7 +32,7 @@ hy-push-state, hy-drawer {
32
32
  body::before {
33
33
  content: '';
34
34
  width: .5rem;
35
- background: $border-color;
35
+ background: var(--border-color);
36
36
  position: fixed;
37
37
  left: 0;
38
38
  top: 0;
@@ -18,7 +18,7 @@
18
18
  position: relative;
19
19
  margin-left: auto;
20
20
  margin-right: auto;
21
- padding: 5rem $content-padding 12rem;
21
+ padding: 6rem $content-padding 12rem;
22
22
 
23
23
  @media screen {
24
24
  padding-left: $content-padding + .5rem;
@@ -20,7 +20,7 @@ main > footer {
20
20
  left: .5rem;
21
21
  right: 0;
22
22
  padding: 0 1rem;
23
- color: $gray;
23
+ color: var(--text-muted);
24
24
  text-align: center;
25
25
 
26
26
  > p {
@@ -21,7 +21,7 @@
21
21
  height: 100%; // inline
22
22
  object-fit: cover; // link
23
23
  object-position: center; // link
24
- background-color: $gray-bg; // inline
24
+ background-color: var(--gray-bg); // inline
25
25
 
26
26
  // <<< link
27
27
  background-position: center;
@@ -37,7 +37,7 @@ hy-img {
37
37
  position: relative;
38
38
 
39
39
  .loading {
40
- background-color: $gray-bg;
40
+ background-color: var(--gray-bg);
41
41
  position: absolute;
42
42
  top: 0;
43
43
  left: 0;
@@ -48,7 +48,7 @@ hy-img {
48
48
  align-items: center;
49
49
 
50
50
  > * {
51
- color: #ddd;
51
+ color: var(--menu-text);
52
52
  font-size: 2rem;
53
53
  }
54
54
  }
@@ -62,7 +62,9 @@ hy-img {
62
62
 
63
63
  figure, .figure {
64
64
  @extend .faded, .fine, .centered;
65
- hy-img, img {
65
+ margin-bottom: 2rem;
66
+
67
+ > *:first-child {
66
68
  margin-bottom: .5rem;
67
69
  }
68
70
  }
@@ -16,18 +16,13 @@
16
16
  // <<<<< LINK
17
17
  article {
18
18
  .katex-display, div.MathJax_Preview {
19
- /* Prevent code linebreaks and allow side-scrolling (much better readability on mobile) */
20
- overflow-x: auto;
21
- -webkit-overflow-scrolling: touch;
19
+ @extend .pre-base;
20
+ padding: 2rem;
22
21
  text-align: left;
23
-
24
- @include pre(2rem);
25
-
26
- backface-visibility: hidden;
27
22
  }
28
23
 
29
24
  div.MathJax_Preview {
30
- font-family: $code-font-family;
25
+ font-family: var(--code-font-family);
31
26
  font-size: .75em;
32
27
  line-height: 1.45;
33
28
  white-space: pre;
@@ -35,10 +30,10 @@ article {
35
30
  }
36
31
 
37
32
  span.MathJax_Preview {
38
- font-family: $code-font-family;
33
+ font-family: var(--code-font-family);
39
34
  padding: .25em .5em;
40
35
  font-size: .85em;
41
- background-color: $code-bg;
36
+ background-color: var(--code-bg);
42
37
  }
43
38
  }
44
39
 
@@ -17,18 +17,18 @@ hy-push-state a, .a {
17
17
  position: relative; // inline
18
18
  padding-bottom: .15rem; // inline
19
19
  border-bottom: 1px solid; // inline
20
- transition: color 500ms, border-color 250ms; // link
20
+ transition: color 1s, border-color 250ms; // link
21
21
 
22
22
  // <<< link
23
23
  &:hover {
24
24
  text-decoration: none;
25
- transition: color 500ms, border-color 50ms;
25
+ transition: color 1s, border-color 50ms;
26
26
  }
27
27
  // >>>
28
28
 
29
29
  &.no-hover {
30
30
  border-bottom: none; // inline
31
- padding-bottom: none; // inline
31
+ padding-bottom: 0; // inline
32
32
  transition: none; // link
33
33
  &:hover { transition: none; } // link
34
34
  }
@@ -36,7 +36,7 @@ hy-push-state a, .a {
36
36
 
37
37
  /*
38
38
  img {
39
- background-color: $gray-bg; // inline
39
+ background-color: var(--gray-bg); // inline
40
40
 
41
41
  // <<< link
42
42
  background-position: center;
@@ -14,38 +14,40 @@
14
14
  // along with this program. If not, see <http://www.gnu.org/licenses/>.
15
15
 
16
16
  // <<<<< INLINE
17
- .fixed-top {
17
+ .fixed-common {
18
18
  position: fixed;
19
- top: 0;
20
19
  left: 0;
21
20
  width: 100%;
22
21
  z-index: 2;
23
22
  }
24
23
 
24
+ .fixed-top {
25
+ @extend .fixed-common;
26
+ top: 0;
27
+ }
28
+
29
+ .fixed-bottom {
30
+ @extend .fixed-common;
31
+ bottom: 0;
32
+ }
33
+
25
34
  .navbar > .content {
26
35
  padding-top: 0;
27
36
  padding-bottom: 0;
28
37
  min-height: 0;
29
- height: 0;
30
- color: #bbb;
38
+ color: var(--menu-text);
31
39
  }
32
40
 
33
41
  .nav-btn-bar {
34
- margin-left: -.875rem;
35
- height: 0;
42
+ margin: 0 -1rem 0 -.875rem;
36
43
  }
37
44
 
38
45
  .nav-btn {
39
- display: inline-block;
46
+ background: none;
47
+ border: none;
40
48
  padding: 1.75rem .875rem;
41
- border-bottom: none;
42
- color: #bbb!important;
43
- }
44
-
45
- #_menu {
46
- @media screen and (min-width: $break-point-3) {
47
- display: none;
48
- }
49
+ color: var(--menu-text)!important;
50
+ cursor: pointer;
49
51
  }
50
52
 
51
53
  .animation-main {
@@ -56,24 +58,17 @@
56
58
  // <<<< LINK
57
59
  .navbar {
58
60
  @media print { display: none; }
61
+ .loading { display: none; }
62
+ }
59
63
 
60
- .loading {
61
- display: none;
62
- position: absolute;
63
- top: 0;
64
- right: 0;
65
- padding: 1.75rem 1rem;
66
- }
64
+ #_navbar {
65
+ position: absolute;
66
+ height: 0;
67
67
  }
68
68
 
69
69
  #_cookies-banner {
70
- .nav-btn { padding: 1.75rem 0 }
71
- .nav-btn-bar {
72
- margin-left: 2rem;
73
- @media screen and (min-width: $break-point-3) {
74
- margin: 0;
75
- }
76
- }
77
- @media print { display: none; }
70
+ @extend .color-transition;
71
+ background-color: var(--body-bg);
72
+ border-top: 1px solid var(--border-color);
78
73
  }
79
74
  // >>>>
@@ -44,7 +44,6 @@ hy-drawer {
44
44
 
45
45
  // <<< link
46
46
  --hy-drawer-slide-width: calc(100% - #{$sidebar-width});
47
- --hy-drawer-box-shadow: none;
48
47
  // >>>
49
48
  }
50
49
 
@@ -145,7 +144,7 @@ hy-drawer.loaded .sidebar {
145
144
 
146
145
  a.sidebar-nav-item {
147
146
  display: inline-block;
148
- font-weight: $font-weight-heading;
147
+ font-weight: var(--font-weight-heading);
149
148
  line-height: 1.75;
150
149
  padding: .25rem;
151
150
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
@@ -23,8 +23,6 @@
23
23
  .mt4 { margin-top: 4rem }
24
24
  .pb0 { padding-bottom: 0 }
25
25
 
26
- .clearfix, .clearafter::after { @include clearfix(); } // both
27
-
28
26
  .sixteen-nine { @include aspect-ratio(16, 9); }
29
27
 
30
28
  .sr-only {
@@ -41,3 +39,8 @@
41
39
  border: 0;
42
40
  // >>>
43
41
  }
42
+
43
+ .border {
44
+ border: 1px solid var(--border-color); // inline
45
+ transition: border-color 1s ease; // link
46
+ }
@@ -0,0 +1,9 @@
1
+ .dl-table {
2
+ a {
3
+ padding-bottom: 0.4rem;
4
+ }
5
+
6
+ .btn {
7
+ margin: 1.5rem 0;
8
+ }
9
+ }
@@ -1,23 +1 @@
1
- // Use this file to override the theme-wide default variables.
2
-
3
- // $gray: #888;
4
- // $gray-bg: rgba(0,0,0,.025);
5
- // $gray-text: #666;
6
- //
7
- // $root-font-size: 16px;
8
- // $root-font-size-medium: 17px;
9
- // $root-font-size-large: 18px;
10
- // $root-line-height: 1.75;
11
- //
12
- // $font-weight: 400;
13
- // $font-weight-bold: 700;
14
- // $font-weight-heading: 700;
15
- //
16
- // $body-color: #333;
17
- // $body-bg: #fff;
18
- //
19
- // $border-color: #eee;
20
- //
21
- // $code-font-family: Menlo, Monaco, Consolas, monospace;
22
- // $code-color: inherit;
23
- // $code-bg: $gray-bg;
1
+ // This is deprecated. Modify CSS Custom Properties instead.
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -40,8 +40,10 @@ html {
40
40
  }
41
41
 
42
42
  body {
43
- color: $body-color;
44
- background-color: $body-bg;
43
+ @extend .color-transition;
44
+ color: var(--body-color);
45
+ background-color: var(--body-bg);
46
+ font-weight: var(--font-weight);
45
47
  overflow-y: scroll;
46
48
  }
47
49
 
@@ -55,7 +57,7 @@ a {
55
57
  margin-right: -1rem;
56
58
  }
57
59
 
58
- .content img, .img {
60
+ .content img, .img, .content video, .video {
59
61
  display: block;
60
62
  max-width: 100%;
61
63
 
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -24,10 +24,11 @@
24
24
 
25
25
 
26
26
  .message {
27
+ @extend .color-transition;
27
28
  margin-bottom: 1rem;
28
29
  padding: 1rem;
29
- color: $gray-text;
30
- background-color: $gray-bg;
30
+ color: var(--gray-text);
31
+ background-color: var(--gray-bg);
31
32
  margin-left: -1rem;
32
33
  margin-right: -1rem;
33
34
  }
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -6,7 +6,7 @@
6
6
  //
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
- //
9
+
10
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
@@ -43,7 +43,7 @@
43
43
  display: block;
44
44
  margin-top: -0.5rem;
45
45
  margin-bottom: 1rem;
46
- color: $gray;
46
+ color: var(--text-muted);
47
47
  }
48
48
 
49
49