jekyll-theme-schatten 1.1.2 → 1.1.3

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: 64b3a403a72e25c7c8597b33ae32245e8d86448e49611261ab8ab770668299fd
4
- data.tar.gz: 826fa109a44b38e03ff6c369e852fe26fb94c8cb58848e8449261c10321d6cae
3
+ metadata.gz: 83613ed88b9161641b0f2c5ad02b8754d5cf28bdcd14d13e9102a559683bb468
4
+ data.tar.gz: 513f3720ca2a85bee2aeca1f9d53ecd9f147c92e46e6aa191c4fd767f1f7a220
5
5
  SHA512:
6
- metadata.gz: fcce56da179722dee0a51af3d0150cfae232c1448b096f5ecbaa8a5ff05c895e2751adefcdcd86746bc275a245c80a81237a38d5ad848a1342f609558f9c9e9e
7
- data.tar.gz: 490080eae19c517375751393070784d75fca3a48de544824551c1e105a49df492925258cb780e7cc65b541fc780d2c33730a7e1b040f9a607ff3dd0383b19cf2
6
+ metadata.gz: 12d63213328288a3be527dc13099e39e6c68ccff7ab612aadae26f5fb2e2f20ffb0eb8b9c334bb5bb1de694e43639b5c98552348fc9aa6c9be0db69cfd078efb
7
+ data.tar.gz: 8ea2e93e5f17c585b50e0316e82436b2a415b693254b4433180eac3113b058d69ab875227a17337ad52b02f27e9909a16468d68ac87f91b88ac8f9055a32b8af
data/_sass/_archive.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  .archive {
2
2
  a {
3
- font-size: 16px;
3
+ font-size: 20px;
4
4
  }
5
5
  }
data/_sass/_base.scss CHANGED
@@ -51,6 +51,11 @@ h5 {
51
51
  font-weight: 600;
52
52
  }
53
53
 
54
+ h6 {
55
+ font-size: 16px;
56
+ font-weight: 600;
57
+ }
58
+
54
59
  h1 a {
55
60
  text-decoration: none;
56
61
  }
data/_sass/_code.scss CHANGED
@@ -22,10 +22,12 @@ pre {
22
22
  white-space: pre-wrap;
23
23
  word-break: break-all;
24
24
  word-wrap: break-word;
25
+ overflow: auto;
25
26
  }
26
27
  pre code {
27
28
  padding: 0;
28
29
  font-size: 100%;
30
+ text-wrap: nowrap;
29
31
  }
30
32
 
31
33
  /* Horizontal code overflow fix */
@@ -111,6 +111,10 @@
111
111
  hr {
112
112
  border-top-color: $dark-basic-color-three;
113
113
  }
114
+
115
+ table, th, td {
116
+ border-color: $dark-basic-color;
117
+ }
114
118
  }
115
119
 
116
120
  /*
data/_sass/_navbar.scss CHANGED
@@ -9,6 +9,7 @@
9
9
  }
10
10
 
11
11
  .navbar a {
12
+ font-size: 20px;
12
13
  text-decoration: none;
13
14
  margin-right: 1rem;
14
15
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-schatten
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabian Stadler