askclass-news-theme 0.2.10 → 0.2.11

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: 930e5d5fa04639b25103ec9651119943b3177a85b1cdba31549b2f33c0bea743
4
- data.tar.gz: 52017c5e4579218b292c09c6927258818479ba7846996226f1013c74be8b0ed8
3
+ metadata.gz: 87ceac90b702a8384dcd2b7d812bd8fe21ed2833715eda09e2629e8e5c765065
4
+ data.tar.gz: f389e1119ee521fcf212db1f4c518ebce4385b51799a3240cb79a4a4a05a2193
5
5
  SHA512:
6
- metadata.gz: 6cad090bf1b832207996f6c11f28c111334a584fc203c6668db328c75a8bd1f201eb6e9f3b3ca949eb091500397db92a76ccb90ff30745ee24fa335fdcf6b8ce
7
- data.tar.gz: 362aee650c01d0e7bca6436a6698ce8993ea50c888afe84dbd52d2247bf5851e60b3fea763db0cb67d3c1ee0b09f6497832804c2acf41177e63bbba38ae31a73
6
+ metadata.gz: d9ba7bccabd64ae3a888187ac38b00735f953201a92690bec4be1b6361f61fc6c650d2aee4e659cbc44ea86056cdc1aefa6661a4296668221df48a5c988111d7
7
+ data.tar.gz: ea67395d78a7420434df1f5f2b2d909c789e4d8ea4dc8f0dc743eba393a04f6705dea828b9854ce3d7f79518d72d9b8145199f95748775a5750f1d4e1ed452c1
data/_sass/_bullets.scss CHANGED
@@ -1,9 +1,15 @@
1
- ol > li > ul > li {
2
- list-style-type: disclosure-closed;
3
- }
4
- ol > li > ol > li {
5
- list-style: lower-alpha;
1
+ ol > li {
2
+ ul > li {
3
+ list-style-type: disclosure-closed;
4
+ }
5
+ ol > li {
6
+ list-style: lower-alpha;
7
+ }
6
8
  }
9
+
7
10
  ul > li > ul > li {
8
11
  list-style-type: square;
12
+ ul > li {
13
+ list-style-type: circle;
14
+ }
9
15
  }
data/_sass/_post.scss CHANGED
@@ -2,6 +2,8 @@ article {
2
2
  max-width: var(--contentWidth);
3
3
  display: flex;
4
4
  flex-direction: column;
5
+ overflow-wrap: break-word;
6
+ word-break: break-word;
5
7
  h1, h2, h3, h4 {
6
8
  color: var(--themeColor);
7
9
  }
data/_sass/_table.scss CHANGED
@@ -1,16 +1,20 @@
1
- $odd: #3f3f3f;
2
- $header: #2f2f2f;
1
+ $odd: #2a2a2a;
2
+ $even: #2f2f2f;
3
3
  $border: #333;
4
4
 
5
5
  table {
6
- border-bottom: 1px solid $border;
6
+ border-bottom: 2px solid $border;
7
7
  border-collapse: collapse;
8
+ table-layout: fixed;
8
9
  th {
9
- background-color: $header;
10
+ background-color: $border;
10
11
  }
11
- tr:nth-child(even) {
12
+ tr:nth-child(odd) {
12
13
  background-color: $odd;
13
14
  }
15
+ tr:nth-child(even) {
16
+ background-color: $even;
17
+ }
14
18
  td, th {
15
19
  vertical-align: top;
16
20
  padding: 5px;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: askclass-news-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.10
4
+ version: 0.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - AskClass