askclass-course-theme 0.13.3 → 0.13.5

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: '086c24d2710c4b54f4b75109b1e093f1d8394834c5c4a8be0850894611693dc5'
4
+ data.tar.gz: 8128143e5d5809c197012a5f2d63a039d0f7419a401b16d9e5112f92134c51d7
5
5
  SHA512:
6
- metadata.gz: b37239ef32a1102f048e938a1f76d58c9530a5686d0e37ffc01bb0b19cafd6a11b5802dbe2995361879b38dd7311a11669397a5e357468c129e94c5100889fc6
7
- data.tar.gz: d4323775984e14171012cb6667bd60aed1c7b3d5adaec2377b7af0633f9fa1a88d192f756a3ca8eeeab1acf4d62ecb649485c869b6fcb679b00d11dafaa2e1e6
6
+ metadata.gz: 0f540630bdb9825b1a60baa01b7f61ec38efba779cc90eb83c80e056e8dba991cbddc8aadb01c9f8fd87b221c4758e2abe0586269e3f34f4687288d75f86b41b
7
+ data.tar.gz: 02b1a307a2ca2a42468f95a810ebb72c4dfbb85f271df5c54971565bd1b9cab04f2b80b44321247c13d41e94a3faed592a4d28673ea2bc8b7a80e7fa1cbad3c6
data/_config.yml CHANGED
@@ -45,15 +45,15 @@ acc:
45
45
  educator,
46
46
  university
47
47
  footer:
48
- - icon: "copyright"
49
- href: "https://askclass.com"
48
+ - href: "https://askclass.com"
50
49
  text: "AskClass"
51
- - icon: "newspaper"
52
- href: "https://news.askclass.com"
50
+ - href: "https://news.askclass.com"
53
51
  text: "News"
54
- - icon: "toys"
55
- href: "https://app.askclass.com"
56
- text: "Icebreakers"
52
+ - href: "https://app.askclass.com"
53
+ text: "Classroom OS"
54
+ - href: "https://github.com/beAuthentic/askclass-course-theme"
55
+ text: "GitHub"
56
+ icon: "electric_bolt"
57
57
  font_families:
58
58
  - Teko
59
59
  - Open+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,700
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
@@ -6,8 +6,9 @@ ul, ol {
6
6
  padding-inline-start: 1.2em;
7
7
  }
8
8
  blockquote {
9
- padding-left: 0.5em;
10
- margin: 0 0.5em;
9
+ padding-left: 0.8em;
10
+ margin-left: 0.2em;
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,14 +1,14 @@
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.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - AskClass
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-22 00:00:00.000000000 Z
11
+ date: 2023-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -114,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  - !ruby/object:Gem::Version
115
115
  version: '0'
116
116
  requirements: []
117
- rubygems_version: 3.2.33
117
+ rubygems_version: 3.3.7
118
118
  signing_key:
119
119
  specification_version: 4
120
120
  summary: Responsive Jekyll theme for putting analog class syllabus online.