askclass-course-theme 0.13.3 → 0.13.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a35de1d672ce03ad7e494efe35fdc772efbbe8a8675fb1ef661251cec9f5b0b
4
- data.tar.gz: 98b231c60e2a953732b0b66b60402ed9b9481e76a9a70ed7785c56842ffa01cd
3
+ metadata.gz: '096e341924170785544990b9d7d21ad9466101de058c0a47737a0b0995fe29b9'
4
+ data.tar.gz: 7bba85c56ef67b876db4455e06e36910e3867c9fea40e46ba436fa9540b53440
5
5
  SHA512:
6
- metadata.gz: b37239ef32a1102f048e938a1f76d58c9530a5686d0e37ffc01bb0b19cafd6a11b5802dbe2995361879b38dd7311a11669397a5e357468c129e94c5100889fc6
7
- data.tar.gz: d4323775984e14171012cb6667bd60aed1c7b3d5adaec2377b7af0633f9fa1a88d192f756a3ca8eeeab1acf4d62ecb649485c869b6fcb679b00d11dafaa2e1e6
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
@@ -7,7 +7,8 @@ ul, ol {
7
7
  }
8
8
  blockquote {
9
9
  padding-left: 0.5em;
10
- margin: 0 0.5em;
10
+ margin-left: 0.5em;
11
+ margin-right: 0.5em;
11
12
  }
12
13
  }
13
14
  ol ::marker, ul ::marker {
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: 1px;
99
- height: 3px;
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-special);
174
- font-size: 18px;
173
+ font-family: var(--font-samp);
174
+ font-size: var(--samp-font-size);
175
175
  cursor: pointer;
176
176
  &.on {
177
177
  filter: none;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: askclass-course-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.3
4
+ version: 0.13.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - AskClass