askclass-news-theme 0.2.8 → 0.2.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a48b63bd1231bfcbac50a136ad65aac635aeaa72f6d6d939e6dd24035140469
4
- data.tar.gz: a61408fd0bd006366d59d983ad18cf24afd1f30232e41eeb1020f9fbdd83504c
3
+ metadata.gz: 87ceac90b702a8384dcd2b7d812bd8fe21ed2833715eda09e2629e8e5c765065
4
+ data.tar.gz: f389e1119ee521fcf212db1f4c518ebce4385b51799a3240cb79a4a4a05a2193
5
5
  SHA512:
6
- metadata.gz: 43f15df18e87d22a7820435d283642350ee7e66bc37507aaa8db538544f21ac9ac17e508714ddccef3cd7e8087a8d396830772c7d0d15c66460edd250f7b07f7
7
- data.tar.gz: cd2e8f36ffc3bb3f54739edb23d76e409fb019573d5734f33a1b09c5fa2425ce4d0b8e7f3e6358978aa25358eb9f2192cdb0d09dae3fe460ce6d1521bc93a500
6
+ metadata.gz: d9ba7bccabd64ae3a888187ac38b00735f953201a92690bec4be1b6361f61fc6c650d2aee4e659cbc44ea86056cdc1aefa6661a4296668221df48a5c988111d7
7
+ data.tar.gz: ea67395d78a7420434df1f5f2b2d909c789e4d8ea4dc8f0dc743eba393a04f6705dea828b9854ce3d7f79518d72d9b8145199f95748775a5750f1d4e1ed452c1
data/_sass/_bullets.scss CHANGED
@@ -1,17 +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
  }
7
- ul > li > ul {
8
- list-style: none;
9
- li::before {
10
- content: "\2022";
11
- color: var(--secondaryColor);
12
- font-weight: bold;
13
- margin-left: -1em;
14
- width: 1em;
15
- display: inline-block;
9
+
10
+ ul > li > ul > li {
11
+ list-style-type: square;
12
+ ul > li {
13
+ list-style-type: circle;
16
14
  }
17
15
  }
data/_sass/_default.scss CHANGED
@@ -159,6 +159,7 @@ footer {
159
159
  color: $darkColor;
160
160
  font-size: 14px;
161
161
  ul {
162
+ padding: 0;
162
163
  display: flex;
163
164
  li {
164
165
  @include align-middle();
data/_sass/_grid.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  $width: 180px;
2
- $height: 450px;
2
+ $height: 150px;
3
3
 
4
4
  ul.grid {
5
5
  list-style-type: none;
@@ -19,6 +19,6 @@ ul.grid {
19
19
  img {
20
20
  object-fit: cover;
21
21
  width: 100%;
22
- max-height: $height;
22
+ height: $height;
23
23
  }
24
24
  }
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.8
4
+ version: 0.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - AskClass