gravid 1.5.2 → 1.5.5

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: d84a5281cb1fdadad8f62aa7044390eeeac2618aa7791c53f22e091da6746a4d
4
- data.tar.gz: 43e7903495d40957ac7977ff68ae552d1c088b65ebe3db336d31580e8b191929
3
+ metadata.gz: c7a14ceb0f7148a7649983852fce81122d9c1357b8ca4324f309dacac7e92516
4
+ data.tar.gz: c7a14985f224bc6ac2eced4b93ba33ad7b73df103b8b716f1901045630ea050c
5
5
  SHA512:
6
- metadata.gz: ed35a803bdaecf2fe5027b59951c4662d498207e15ee31baeaaf2ba4da8485cfb9fb8493814f0aa4ad4803026ec7cabdb7d443f23bc5295d96e6d3eb6d587801
7
- data.tar.gz: 19f9a1d615ebbfad38249d62be2b6c38de7e13fb95182990b1a26e9e43e04b3dec12b7ccefadbeaed000e0d9dd24acdd3fc0ef30c9041359f162da8823f6a0d3
6
+ metadata.gz: 74372e3c058e31d57eb9f91ac71e58852ed6fc2fa19b8c75011a293e15280e150583f0b80e1b9673855f5def90248b256b253280a9aa164965fecabfd0daeed6
7
+ data.tar.gz: e4b6a5382820488339e2aaa87ac18a9a92167f4f12340f57258597584bff442f65788fde034285063ec6bff2c38362a66d1b67dd1e4684a50f45fd93e4a7effb
data/_includes/head.html CHANGED
@@ -28,7 +28,8 @@
28
28
  <link rel="apple-touch-icon" href="/assets/icons/zddhub_144.png">
29
29
 
30
30
  <link rel="mask-icon" href="/assets/icons/safari-pinned-tab.svg" color="#5bbad5">
31
- <meta name="theme-color" content="#ffffff">
31
+ <meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)">
32
+ <meta name="theme-color" content="#161b22" media="(prefers-color-scheme: dark)">
32
33
  <link rel="manifest" href="/assets/icons/manifest.json">
33
34
  <meta name="msapplication-TileImage" content="{{ site.url }}/assets/icons/zddhub_270.png">
34
35
 
@@ -46,4 +46,21 @@
46
46
  .footer {
47
47
  color: #8b949e;
48
48
  }
49
+
50
+ .reward-section {
51
+ border-top: 1px solid rgba(255, 255, 255, 0.13);
52
+ border-bottom: 1px solid rgba(255, 255, 255, 0.13);
53
+ }
54
+
55
+ hr {
56
+ border-bottom: 1px solid #c9d1d9;
57
+ }
58
+
59
+ .bar {
60
+ background: #c9d1d9;
61
+ }
62
+
63
+ .typo table thead th, .typo-table thead th {
64
+ background: #c9d1d9;
65
+ }
49
66
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gravid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - zddhub
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-05-23 00:00:00.000000000 Z
11
+ date: 2022-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll