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.
- checksums.yaml +4 -4
- data/README.md +22 -19
- data/_includes/body/analytics.html +16 -9
- data/_includes/body/comments.html +2 -4
- data/_includes/body/footer.html +1 -1
- data/_includes/body/menu.html +2 -2
- data/_includes/body/scripts.html +11 -3
- data/_includes/body/sidebar.html +1 -1
- data/_includes/components/hy-img.html +3 -3
- data/_includes/head/links.html +11 -9
- data/_includes/head/meta.html +1 -1
- data/_includes/head/page-style.html +2 -3
- data/_includes/head/scripts.html +15 -15
- data/_includes/head/styles.html +1 -1
- data/_includes/header.txt +1 -1
- data/_includes/my-comments.html +24 -0
- data/_includes/styles/inline.scss +24 -27
- data/_includes/styles/style.scss +27 -30
- data/_includes/templates/back.html +1 -1
- data/_includes/templates/index.html +2 -2
- data/_includes/templates/loading.html +1 -1
- data/_includes/templates/{cookies-banner.html → pro/cookies-banner.html} +2 -2
- data/_layouts/base.html +4 -4
- data/_layouts/compress.html +1 -1
- data/_sass/_mixins.scss +23 -12
- data/_sass/_syntax.scss +131 -67
- data/_sass/_variables.scss +4 -7
- data/_sass/hydejack/{__inline → __inline__}/_avatar.scss +1 -1
- data/_sass/hydejack/{__inline → __inline__}/_base.scss +2 -2
- data/_sass/hydejack/{__inline → __inline__}/_break-layout.scss +1 -1
- data/_sass/hydejack/{__inline → __inline__}/_content.scss +2 -2
- data/_sass/hydejack/{__inline → __inline__}/_footer.scss +1 -1
- data/_sass/hydejack/{__inline → __inline__}/_images.scss +2 -2
- data/_sass/hydejack/{__inline → __inline__}/_katex.scss +1 -1
- data/_sass/hydejack/{__inline → __inline__}/_links.scss +4 -4
- data/_sass/hydejack/{__link → __inline__}/_mark-external.scss +1 -1
- data/_sass/hydejack/{__inline → __inline__}/_menu.scss +18 -16
- data/_sass/hydejack/{__inline → __inline__}/_sidebar.scss +2 -2
- data/_sass/hydejack/{__inline → __inline__}/_social.scss +1 -1
- data/_sass/hydejack/{__inline → __inline__}/_utilities.scss +6 -3
- data/_sass/hydejack/{__link → __link__}/_avatar.scss +1 -1
- data/_sass/hydejack/{__link → __link__}/_base.scss +1 -1
- data/_sass/hydejack/{__link → __link__}/_break-layout.scss +1 -1
- data/_sass/hydejack/{__link → __link__}/_content.scss +1 -1
- data/_sass/hydejack/{__link → __link__}/_footer.scss +2 -2
- data/_sass/hydejack/{__link → __link__}/_images.scss +7 -5
- data/_sass/hydejack/{__link → __link__}/_katex.scss +6 -11
- data/_sass/hydejack/{__link → __link__}/_links.scss +5 -5
- data/_sass/hydejack/{__inline → __link__}/_mark-external.scss +1 -1
- data/_sass/hydejack/{__link → __link__}/_menu.scss +9 -16
- data/_sass/hydejack/{__link → __link__}/_sidebar.scss +1 -2
- data/_sass/hydejack/{__link → __link__}/_social.scss +1 -1
- data/_sass/hydejack/{__link → __link__}/_utilities.scss +6 -3
- data/_sass/hydejack/_base.pre.scss +1 -1
- data/_sass/hydejack/_content.pre.scss +1 -1
- data/_sass/hydejack/_footer.pre.scss +1 -1
- data/_sass/hydejack/_images.pre.scss +6 -4
- data/_sass/hydejack/_katex.pre.scss +5 -10
- data/_sass/hydejack/_links.pre.scss +4 -4
- data/_sass/hydejack/_menu.pre.scss +25 -30
- data/_sass/hydejack/_sidebar.pre.scss +1 -2
- data/_sass/hydejack/_utilities.pre.scss +5 -2
- data/_sass/my-style.scss +9 -0
- data/_sass/my-variables.scss +1 -23
- data/_sass/pooleparty/{__inline → __inline__}/_base.scss +6 -4
- data/_sass/pooleparty/{__inline → __inline__}/_code.scss +1 -1
- data/_sass/pooleparty/{__inline → __inline__}/_footer.scss +1 -1
- data/_sass/pooleparty/{__inline → __inline__}/_footnotes.scss +1 -1
- data/_sass/pooleparty/{__inline → __inline__}/_message.scss +4 -3
- data/_sass/pooleparty/{__inline → __inline__}/_pagination.scss +1 -1
- data/_sass/pooleparty/{__inline → __inline__}/_posts.scss +2 -2
- data/_sass/pooleparty/{__inline → __inline__}/_read-more.scss +1 -1
- data/_sass/pooleparty/{__inline → __inline__}/_related.scss +1 -1
- data/_sass/pooleparty/{__inline → __inline__}/_table.scss +3 -2
- data/_sass/pooleparty/{__inline → __inline__}/_type.scss +10 -6
- data/_sass/pooleparty/{__link → __link__}/_base.scss +1 -1
- data/_sass/pooleparty/{__link → __link__}/_code.scss +25 -12
- data/_sass/pooleparty/{__link → __link__}/_footer.scss +1 -1
- data/_sass/pooleparty/{__link → __link__}/_footnotes.scss +7 -6
- data/_sass/pooleparty/{__link → __link__}/_message.scss +1 -1
- data/_sass/pooleparty/{__link → __link__}/_pagination.scss +9 -6
- data/_sass/pooleparty/{__link → __link__}/_posts.scss +2 -2
- data/_sass/pooleparty/{__link → __link__}/_read-more.scss +1 -1
- data/_sass/pooleparty/{__link → __link__}/_related.scss +1 -1
- data/_sass/pooleparty/{__link → __link__}/_table.scss +13 -9
- data/_sass/pooleparty/{__link → __link__}/_type.scss +10 -9
- data/_sass/pooleparty/_base.pre.scss +5 -3
- data/_sass/pooleparty/_code.pre.scss +24 -11
- data/_sass/pooleparty/_footnotes.pre.scss +6 -5
- data/_sass/pooleparty/_message.pre.scss +3 -2
- data/_sass/pooleparty/_pagination.pre.scss +8 -5
- data/_sass/pooleparty/_posts.pre.scss +2 -2
- data/_sass/pooleparty/_table.pre.scss +14 -9
- data/_sass/pooleparty/_type.pre.scss +18 -13
- data/assets/css/{hydejack-8.0.0.css → hydejack-8.1.0.css} +0 -0
- data/assets/icomoon/fonts/icomoon.eot +0 -0
- data/assets/icomoon/fonts/icomoon.svg +3 -0
- data/assets/icomoon/fonts/icomoon.ttf +0 -0
- data/assets/icomoon/fonts/icomoon.woff +0 -0
- data/assets/icomoon/selection.json +91 -10
- data/assets/icomoon/style.css +14 -5
- data/assets/img/{COLOURlovers.com-Hydejack.png → blog/COLOURlovers.com-Hydejack.png} +0 -0
- data/assets/img/blog/blog-layout.jpg +0 -0
- data/assets/img/{caleb-george-old.jpg → blog/caleb-george-old.jpg} +0 -0
- data/assets/img/{caleb-george.jpg → blog/caleb-george.jpg} +0 -0
- data/assets/img/blog/cover-page.jpg +0 -0
- data/assets/img/blog/dark-mode.jpg +0 -0
- data/assets/img/{example-content-ii.jpg → blog/example-content-ii.jpg} +0 -0
- data/assets/img/{example-content-iii.jpg → blog/example-content-iii.jpg} +0 -0
- data/assets/img/blog/hydejack-8.png +0 -0
- data/assets/img/blog/hydejack-8@0,25x.png +0 -0
- data/assets/img/blog/hydejack-8@0,5x.png +0 -0
- data/assets/img/blog/lazy-images.jpg +0 -0
- data/assets/img/blog/resume.png +0 -0
- data/assets/img/blog/w3m.png +0 -0
- data/assets/js/hydejack-8.1.0.js +46 -0
- data/assets/js/sw.js +3 -3
- data/assets/version.json +1 -1
- data/assets/video/blog-layout.mp4 +0 -0
- data/assets/video/cover-page.mp4 +0 -0
- data/assets/video/dark-mode.mp4 +0 -0
- data/assets/video/lazy-images.mp4 +0 -0
- metadata +72 -76
- data/assets/bower_components/fontfaceobserver/test/assets/index.html +0 -8
- data/assets/bower_components/fontfaceobserver/test/assets/late.css +0 -1
- data/assets/bower_components/fontfaceobserver/test/assets/sourcesanspro-regular.eot +0 -0
- data/assets/bower_components/fontfaceobserver/test/assets/sourcesanspro-regular.ttf +0 -0
- data/assets/bower_components/fontfaceobserver/test/assets/sourcesanspro-regular.woff +0 -0
- data/assets/bower_components/fontfaceobserver/test/assets/subset.eot +0 -0
- data/assets/bower_components/fontfaceobserver/test/assets/subset.ttf +0 -0
- data/assets/bower_components/fontfaceobserver/test/assets/subset.woff +0 -0
- data/assets/bower_components/fontfaceobserver/test/deps.js +0 -5
- data/assets/bower_components/fontfaceobserver/test/index.html +0 -97
- data/assets/bower_components/fontfaceobserver/test/observer-test.js +0 -465
- data/assets/bower_components/fontfaceobserver/test/ruler-test.js +0 -112
- data/assets/img/default-1.jpg +0 -0
- data/assets/img/hydejack-8.jpg +0 -0
- data/assets/img/hydejack-8@0,25x.jpg +0 -0
- data/assets/img/hydejack-8@0,5x.jpg +0 -0
- data/assets/img/resume.png +0 -0
- data/assets/img/w3m.png +0 -0
- 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
|
@@ -33,8 +33,9 @@ table:not(.highlight) {
|
|
33
33
|
|
34
34
|
|
35
35
|
td, th {
|
36
|
+
@extend .color-transition;
|
36
37
|
padding: .25rem .5rem;
|
37
|
-
border: 1px solid
|
38
|
+
border: 1px solid var(--border-color);
|
38
39
|
|
39
40
|
&:first-child {
|
40
41
|
padding-left: 1rem;
|
@@ -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,8 +24,8 @@
|
|
24
24
|
|
25
25
|
|
26
26
|
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
|
27
|
-
font-weight:
|
28
|
-
margin:
|
27
|
+
font-weight: var(--font-weight-heading);
|
28
|
+
margin: 5rem 0 1rem;
|
29
29
|
}
|
30
30
|
|
31
31
|
h1, .h1 {
|
@@ -54,6 +54,8 @@ p {
|
|
54
54
|
|
55
55
|
&.lead {
|
56
56
|
font-size: 1.2em;
|
57
|
+
margin-top: 1.5rem;
|
58
|
+
margin-bottom: 1.5rem;
|
57
59
|
padding: 0 1rem;
|
58
60
|
}
|
59
61
|
}
|
@@ -68,14 +70,16 @@ ul, ol {
|
|
68
70
|
}
|
69
71
|
|
70
72
|
hr {
|
73
|
+
@extend .color-transition;
|
71
74
|
position: relative;
|
72
|
-
margin:
|
75
|
+
margin: 3rem 0;
|
73
76
|
border: 0;
|
74
|
-
border-top: 1px solid
|
77
|
+
border-top: 1px solid var(--border-color);
|
75
78
|
}
|
76
79
|
|
77
80
|
.hr {
|
78
|
-
|
81
|
+
@extend .color-transition;
|
82
|
+
border-bottom: 1px solid var(--border-color);
|
79
83
|
padding-bottom: 1rem;
|
80
84
|
margin-bottom: 2rem;
|
81
85
|
}
|
@@ -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,29 +24,42 @@
|
|
24
24
|
|
25
25
|
|
26
26
|
code, pre {
|
27
|
-
font-family:
|
27
|
+
font-family: var(--code-font-family);
|
28
28
|
}
|
29
29
|
|
30
30
|
code {
|
31
|
+
@extend .color-transition;
|
31
32
|
padding: .25em .5em;
|
32
|
-
background-color:
|
33
|
+
background-color: var(--gray-bg);
|
33
34
|
font-size: .85em;
|
34
35
|
}
|
35
36
|
|
36
|
-
pre {
|
37
|
-
margin-
|
38
|
-
|
39
|
-
|
40
|
-
|
37
|
+
.pre-base {
|
38
|
+
margin-left: -1rem;
|
39
|
+
margin-right: -1rem;
|
40
|
+
padding: 1rem;
|
41
|
+
background-color: var(--gray-bg);
|
41
42
|
|
42
|
-
|
43
|
+
// Prevent code linebreaks and allow side-scrolling for better readability on mobile
|
43
44
|
overflow-x: auto;
|
44
45
|
-webkit-overflow-scrolling: touch;
|
45
46
|
|
46
|
-
|
47
|
-
@include pre();
|
48
|
-
|
47
|
+
// HACK: prevents painting for some reason
|
49
48
|
backface-visibility: hidden;
|
49
|
+
|
50
|
+
@media print {
|
51
|
+
width: 100%!important;
|
52
|
+
page-break-inside: avoid;
|
53
|
+
break-inside: avoid-page;
|
54
|
+
}
|
55
|
+
}
|
56
|
+
|
57
|
+
pre {
|
58
|
+
@extend .pre-base;
|
59
|
+
margin-top: 0;
|
60
|
+
display: block;
|
61
|
+
line-height: 1.4;
|
62
|
+
font-size: .85em;
|
50
63
|
}
|
51
64
|
|
52
65
|
pre > code {
|
@@ -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
|
@@ -28,7 +28,7 @@ a[href^="#fn:"],
|
|
28
28
|
// Back to footnote link
|
29
29
|
a[href^="#fnref:"] {
|
30
30
|
margin-left: .1rem;
|
31
|
-
font-weight:
|
31
|
+
font-weight: var(--font-weight-bold);
|
32
32
|
|
33
33
|
@media screen and (max-width: 73.5em) {
|
34
34
|
font-weight: normal;
|
@@ -54,7 +54,7 @@ sup {
|
|
54
54
|
margin-top: 5rem;
|
55
55
|
|
56
56
|
> ol {
|
57
|
-
color:
|
57
|
+
color: var(--text-muted);
|
58
58
|
|
59
59
|
> li {
|
60
60
|
padding: .5rem;
|
@@ -62,18 +62,19 @@ sup {
|
|
62
62
|
> p { margin: 0; }
|
63
63
|
&:focus {
|
64
64
|
outline: none;
|
65
|
-
color:
|
66
|
-
background:
|
65
|
+
color: var(--gray-text);
|
66
|
+
background: var(--gray-bg);
|
67
67
|
}
|
68
68
|
}
|
69
69
|
}
|
70
70
|
|
71
71
|
&::before {
|
72
|
+
@extend .color-transition;
|
72
73
|
content: "";
|
73
74
|
display: block;
|
74
75
|
margin: 1.5rem 0;
|
75
76
|
border: 0;
|
76
|
-
border-top: 1px solid
|
77
|
+
border-top: 1px solid var(--border-color);
|
77
78
|
}
|
78
79
|
}
|
79
80
|
|
@@ -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,9 +24,10 @@
|
|
24
24
|
|
25
25
|
|
26
26
|
.pagination {
|
27
|
+
@extend .color-transition;
|
27
28
|
width: calc(100% + 2rem);
|
28
29
|
margin: 0 -1rem 1rem;
|
29
|
-
color:
|
30
|
+
color: var(--text-muted);
|
30
31
|
text-align: center;
|
31
32
|
|
32
33
|
> ul {
|
@@ -40,12 +41,13 @@
|
|
40
41
|
> * {
|
41
42
|
display: block;
|
42
43
|
padding: .25rem 1rem;
|
43
|
-
border: solid
|
44
|
+
border: solid var(--border-color);
|
44
45
|
border-width: 1px 0;
|
46
|
+
transition: border-color 1s ease;
|
45
47
|
}
|
46
48
|
|
47
49
|
> a, > a:hover, > a:focus {
|
48
|
-
border-color:
|
50
|
+
border-color: var(--border-color)!important;
|
49
51
|
}
|
50
52
|
|
51
53
|
&:first-child > * {
|
@@ -54,8 +56,8 @@
|
|
54
56
|
|
55
57
|
// Only provide a hover state for linked pagination items
|
56
58
|
> a:hover, a:focus {
|
57
|
-
background-color:
|
58
|
-
border-bottom: 1px solid
|
59
|
+
background-color: var(--gray-bg);
|
60
|
+
border-bottom: 1px solid var(--border-color);
|
59
61
|
}
|
60
62
|
}
|
61
63
|
|
@@ -77,6 +79,7 @@
|
|
77
79
|
border-top-left-radius: 0.25rem;
|
78
80
|
border-bottom-left-radius: 0.25rem;
|
79
81
|
}
|
82
|
+
|
80
83
|
&:last-child > * {
|
81
84
|
margin-left: -1px;
|
82
85
|
border-top-right-radius: 0.25rem;
|
@@ -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
|
@@ -33,6 +33,6 @@ hr.dingbat::after {
|
|
33
33
|
display: block;
|
34
34
|
text-align: center;
|
35
35
|
font-size: 1.5rem;
|
36
|
-
color:
|
36
|
+
color: var(--menu-text);
|
37
37
|
}
|
38
38
|
|
@@ -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
|
@@ -36,23 +36,27 @@ table:not(.highlight) {
|
|
36
36
|
|
37
37
|
|
38
38
|
thead {
|
39
|
-
|
39
|
+
@extend .color-transition;
|
40
|
+
background-color: var(--body-bg);
|
40
41
|
}
|
41
42
|
|
42
43
|
thead + tbody,
|
43
44
|
tbody + tbody,
|
44
45
|
tfoot {
|
45
|
-
|
46
|
+
@extend .color-transition;
|
47
|
+
border-top: 3px double var(--border-color);
|
46
48
|
}
|
47
49
|
|
48
50
|
tbody tr:nth-child(even) td,
|
49
51
|
tbody tr:nth-child(even) th {
|
50
|
-
|
52
|
+
@extend .color-transition;
|
53
|
+
background-color: var(--body-bg);
|
51
54
|
}
|
52
55
|
|
53
56
|
tbody tr:nth-child(odd) td,
|
54
57
|
tbody tr:nth-child(odd) th {
|
55
|
-
|
58
|
+
@extend .color-transition;
|
59
|
+
background-color: var(--gray-bg);
|
56
60
|
}
|
57
61
|
|
58
62
|
}
|
@@ -78,8 +82,8 @@ table:not(.highlight) {
|
|
78
82
|
thead,
|
79
83
|
thead + tbody,
|
80
84
|
tbody + tbody {
|
81
|
-
border-top: 1px solid
|
82
|
-
border-bottom: 1px solid
|
85
|
+
border-top: 1px solid var(--border-color);
|
86
|
+
border-bottom: 1px solid var(--border-color);
|
83
87
|
}
|
84
88
|
|
85
89
|
thead, tbody {
|
@@ -115,14 +119,14 @@ table:not(.highlight) {
|
|
115
119
|
|
116
120
|
&:first-child {
|
117
121
|
td {
|
118
|
-
border-left: 1px solid
|
122
|
+
border-left: 1px solid var(--border-color);
|
119
123
|
}
|
120
124
|
}
|
121
125
|
|
122
126
|
&:last-child {
|
123
127
|
td {
|
124
128
|
padding-right: 1rem;
|
125
|
-
border-right: 1px solid
|
129
|
+
border-right: 1px solid var(--border-color);
|
126
130
|
}
|
127
131
|
}
|
128
132
|
}
|
@@ -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
|
@@ -38,7 +38,7 @@ h5 + h6, .h5 + .h6, h5 + .h6, .h5 + h6 {
|
|
38
38
|
}
|
39
39
|
|
40
40
|
dt, strong {
|
41
|
-
font-weight:
|
41
|
+
font-weight: var(--font-weight-bold);
|
42
42
|
}
|
43
43
|
|
44
44
|
dd {
|
@@ -47,21 +47,21 @@ dd {
|
|
47
47
|
|
48
48
|
abbr {
|
49
49
|
font-size: 85%;
|
50
|
-
font-weight:
|
51
|
-
color: #555;
|
50
|
+
font-weight: var(--font-weight-bold);
|
52
51
|
text-transform: uppercase;
|
53
52
|
|
54
53
|
&[title] {
|
55
54
|
cursor: help;
|
56
|
-
border-bottom: 1px dotted
|
55
|
+
border-bottom: 1px dotted var(--border-color);
|
57
56
|
}
|
58
57
|
}
|
59
58
|
|
60
59
|
blockquote {
|
60
|
+
@extend .color-transition;
|
61
61
|
padding: .5rem 1rem;
|
62
62
|
margin: .8rem 0;
|
63
|
-
color:
|
64
|
-
border-left: .25rem solid
|
63
|
+
color: var(--text-muted);
|
64
|
+
border-left: .25rem solid var(--border-color);
|
65
65
|
|
66
66
|
&.lead {
|
67
67
|
font-size: 1.2em;
|
@@ -76,7 +76,7 @@ blockquote {
|
|
76
76
|
}
|
77
77
|
|
78
78
|
.heading {
|
79
|
-
font-weight:
|
79
|
+
font-weight: var(--font-weight-heading);
|
80
80
|
}
|
81
81
|
|
82
82
|
.fine {
|
@@ -84,7 +84,8 @@ blockquote {
|
|
84
84
|
}
|
85
85
|
|
86
86
|
.faded {
|
87
|
-
color
|
87
|
+
@extend .color-transition;
|
88
|
+
color: var(--text-muted);
|
88
89
|
}
|
89
90
|
|
90
91
|
.centered {
|