askclass-course-theme 0.13.2 → 0.13.3

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: d1b0a0f9795845f8255a7ee1a85827b03e4397023fb58bdccc04d9cc1159a42e
4
- data.tar.gz: 87cf066ce6b8074390d6346d0af7cb1364d0da61d14d49b439bd9176b5de5678
3
+ metadata.gz: 9a35de1d672ce03ad7e494efe35fdc772efbbe8a8675fb1ef661251cec9f5b0b
4
+ data.tar.gz: 98b231c60e2a953732b0b66b60402ed9b9481e76a9a70ed7785c56842ffa01cd
5
5
  SHA512:
6
- metadata.gz: 5e9a9a43680cff02513dde129387665f0623163050f42b7cc85e1ae62af6c2caecfc262ba4f86836a189efa515d41eb504ed99ce6310292198d20ae2ecd7729c
7
- data.tar.gz: 16c7601bb1b7f4cfaac4aa708c5ca0ebc8dccea728734fc02f2f775110475b9247af5c40db17a77feb614134ccf75e6936360557b34790a62bdec6e6165c57d9
6
+ metadata.gz: b37239ef32a1102f048e938a1f76d58c9530a5686d0e37ffc01bb0b19cafd6a11b5802dbe2995361879b38dd7311a11669397a5e357468c129e94c5100889fc6
7
+ data.tar.gz: d4323775984e14171012cb6667bd60aed1c7b3d5adaec2377b7af0633f9fa1a88d192f756a3ca8eeeab1acf4d62ecb649485c869b6fcb679b00d11dafaa2e1e6
@@ -1,5 +1,5 @@
1
1
  {% assign acc = site.acc %}
2
- {% assign desc = page.excerpt | default: site.description | strip_html | strip_newlines %}
2
+ {% assign desc = page.description | default: site.description | strip_html | strip_newlines %}
3
3
  {% assign assets = '/assets/' | prepend: site.url %}
4
4
  {% assign families = acc.font_families | join: "&family=" %}
5
5
  {% assign og_image = acc.meta.og_image | prepend: assets %}
data/_sass/_base.scss CHANGED
@@ -15,6 +15,7 @@
15
15
  --color-link: #{$color-link};
16
16
  --color-dark: #{$color-dark};
17
17
  --color-theme: #{$color-theme};
18
+ --color-bullet: #{$color-bullet};
18
19
  --color-row-odd: #{$color-row-odd};
19
20
  --color-row-even: #{$color-row-even};
20
21
 
data/_sass/_bullets.scss CHANGED
@@ -11,7 +11,7 @@ ul, ol {
11
11
  }
12
12
  }
13
13
  ol ::marker, ul ::marker {
14
- color: var(--color-dark);
14
+ color: var(--color-bullet);
15
15
  }
16
16
  ol > li {
17
17
  ul > li {
data/_sass/_default.scss CHANGED
@@ -14,6 +14,7 @@ $color-fg: ivory;
14
14
  $color-dark: gray;
15
15
  $color-link: deeppink;
16
16
  $color-theme: #ffc100;
17
+ $color-bullet: gray;
17
18
 
18
19
  $color-row-odd: #2a2a2a;
19
20
  $color-row-even: #2f2f2f;
data/_sass/_post.scss CHANGED
@@ -42,7 +42,7 @@ article {
42
42
  font-size: 0.8em;
43
43
  }
44
44
  }
45
- h2 { font-size: 1.9em; }
45
+ h2 { font-size: 2.0em; }
46
46
  h3 { font-size: 1.7em; }
47
47
  h4 { font-size: 1.4em; }
48
48
  h5 { font-size: 1.2em; }
@@ -55,12 +55,14 @@ article {
55
55
  margin: 0;
56
56
  width: 100%;
57
57
  overflow-x: auto;
58
+ white-space: pre-wrap;
58
59
  code {
59
60
  border: 0;
60
61
  background-color: inherit;
61
62
  border-radius: 0;
62
63
  padding: 0;
63
64
  margin: 0;
65
+ white-space: pre;
64
66
  }
65
67
  }
66
68
  p:has(> sub) {
@@ -138,7 +140,7 @@ article {
138
140
  }
139
141
 
140
142
  blockquote {
141
- border-left: 2px solid var(--color-dark);
143
+ border-left: 2px solid var(--color-bullet);
142
144
  padding-left: 10px;
143
145
  margin: 0 10px 0 20px;
144
146
  font-weight: 300;
@@ -146,7 +148,7 @@ blockquote {
146
148
  margin: 0;
147
149
  }
148
150
  & + blockquote {
149
- margin-bottom: 2em;
151
+ margin-top: 10px;
150
152
  }
151
153
  }
152
154
 
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.2
4
+ version: 0.13.3
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-21 00:00:00.000000000 Z
11
+ date: 2023-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll