askclass-course-theme 0.13.3 → 0.13.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/_base.scss +2 -0
- data/_sass/_bullets.scss +2 -1
- data/_sass/_default.scss +2 -0
- data/_sass/_post.scss +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '096e341924170785544990b9d7d21ad9466101de058c0a47737a0b0995fe29b9'
|
4
|
+
data.tar.gz: 7bba85c56ef67b876db4455e06e36910e3867c9fea40e46ba436fa9540b53440
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5bd927bbffe253d51609820f0590d525a39a13658ebd1d82028955598e9f7a99dda79a5d065fe07256df340a9b15369031a93823c2fe7d07b4e751211b6a08ff
|
7
|
+
data.tar.gz: 8f32dec99ab48d019c4ab5e549e96c006162e6d85f326617cf0db202f8fe193a3b1b7d87ade76278ae8bf661526edc8a48d25c92a71eca38b9098f7724956cee
|
data/_sass/_base.scss
CHANGED
@@ -6,6 +6,7 @@
|
|
6
6
|
--font-main: #{$font-main};
|
7
7
|
--font-secondary: #{$font-secondary};
|
8
8
|
--font-tertiary: #{$font-tertiary};
|
9
|
+
--font-samp: #{$font-samp};
|
9
10
|
|
10
11
|
--color-bg: #{$color-bg};
|
11
12
|
--color-fg: #{$color-fg};
|
@@ -28,6 +29,7 @@
|
|
28
29
|
--grid-width: #{$grid-width};
|
29
30
|
--grid-image-height: #{$grid-image-height};
|
30
31
|
--card-font-size: #{$card-font-size};
|
32
|
+
--samp-font-size: #{$samp-font-size};
|
31
33
|
}
|
32
34
|
|
33
35
|
body {
|
data/_sass/_bullets.scss
CHANGED
data/_sass/_default.scss
CHANGED
@@ -5,6 +5,7 @@ $font-mono: 'Share Tech Mono', monospace;
|
|
5
5
|
$font-special: 'Josefin Sans', sans-serif;
|
6
6
|
$font-secondary: 'Teko', sans-serif;
|
7
7
|
$font-tertiary: 'Lexend', sans-serif;
|
8
|
+
$font-samp: $font-main;
|
8
9
|
|
9
10
|
$color-primary: white;
|
10
11
|
$color-secondary: floralwhite;
|
@@ -24,6 +25,7 @@ $color-card-bg: whitesmoke;
|
|
24
25
|
$color-card-fg: #444;
|
25
26
|
|
26
27
|
$card-font-size: 16px;
|
28
|
+
$samp-font-size: inherit;
|
27
29
|
|
28
30
|
$content-width: 600px;
|
29
31
|
|
data/_sass/_post.scss
CHANGED
@@ -95,8 +95,8 @@ article {
|
|
95
95
|
}
|
96
96
|
&.section {
|
97
97
|
text-align: center;
|
98
|
-
line-height:
|
99
|
-
height:
|
98
|
+
line-height: 0;
|
99
|
+
height: 5px;
|
100
100
|
font-size: 54px;
|
101
101
|
overflow: visible;
|
102
102
|
&:after {
|
@@ -170,8 +170,8 @@ dl {
|
|
170
170
|
|
171
171
|
samp {
|
172
172
|
filter: blur(4px);
|
173
|
-
font-family: var(--font-
|
174
|
-
font-size:
|
173
|
+
font-family: var(--font-samp);
|
174
|
+
font-size: var(--samp-font-size);
|
175
175
|
cursor: pointer;
|
176
176
|
&.on {
|
177
177
|
filter: none;
|