gravid 1.5.0 → 1.5.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: 7cf6f5ed1c26555854ca2e8287368be451e85c3ef4a5510b85470561e2c10117
4
- data.tar.gz: bc9d4983ae80df1127c25104026c2e6cd277da068b206fbf47225e0dde1cf487
3
+ metadata.gz: c626347315cf6877872975cb23d93056520bfafdbb85ae96c438e6376d5eb053
4
+ data.tar.gz: ad86f6e64275c83061394256b66024a24f0231a31b7ab7971d68b06b380f30c3
5
5
  SHA512:
6
- metadata.gz: 262387291707ed7dce7d202917eab13ed880b453e9cae474b5bccb55af14dad4ffc0256e3f9b8b5cfc7edcc3f754a9c3d600116222593f370925cd076a9eb86a
7
- data.tar.gz: e61823d83c7c900b83b21677f01d33126f17ea6e279453158f8b7abf29dfcc75c811a7400d9d1098bc057a697e83fc57ad67fa04aaca19a58a45e2786a20e693
6
+ metadata.gz: 258a6bbc1e364f85462b8308b8a4cc99dc69672292534ea2aed0deb704e26559c19a437a8fb654224cedf3ed4ffde5f66922d6bc1b646e9f1cd07349fc1a1091
7
+ data.tar.gz: 4fdca790deb48ab81930783a5292468a7c3ea7c874f505ec684fd2a917b89e3601f3ddd0de371dcf2c5691334f66a54c308a4c5431142513207ccbf5ac16cc1b
data/_includes/head.html CHANGED
@@ -3,6 +3,7 @@
3
3
  <meta charset="utf-8">
4
4
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <meta name="theme-color" content="#161b22" media="(prefers-color-scheme: dark)">
6
7
 
7
8
  {% seo %}
8
9
 
@@ -12,19 +12,29 @@
12
12
  color: #f6f0fc;
13
13
  }
14
14
 
15
- strong {
16
- color: #f6f0fc;
17
- }
18
-
19
15
  img {
20
16
  background-color: #c9d1d9;
21
17
  }
22
18
  }
23
19
 
24
- h1, h2, h3, h4, h5 {
20
+ h1, h2, h3, h4, h5, em {
21
+ color: #c9d1d9;
22
+ }
23
+
24
+ .typo-em, .typo em, legend, caption {
25
25
  color: #c9d1d9;
26
26
  }
27
27
 
28
+ strong {
29
+ color: #f6f0fc;
30
+ }
31
+
32
+ .avatar {
33
+ height: 48px;
34
+ border-radius: 12px;
35
+ vertical-align: middle;
36
+ }
37
+
28
38
  .post-meta {
29
39
  color: #c9d1d9;
30
40
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gravid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - zddhub