featherweight 0.7.9 → 0.7.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/main.css +25 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a327f7e35cbbf6a872ce9ab42101aff5ac87221c38825d23da22f362031c8659
4
- data.tar.gz: d048b5c8efa8afb1589148a3e71f769a7a8516e07a44668645c20a19fc70f34f
3
+ metadata.gz: e68f7c99de85202fe0ce1f471fa2143ac021e2d24d6aff79180fe64debd80016
4
+ data.tar.gz: d304da47c5c9a1281966869920a536c20c0b66e932fa410ea56b897ea3469c90
5
5
  SHA512:
6
- metadata.gz: efbb27575de99f4f93132bcdfacb5b83a9065fccc77fa093ff2444ca7e31a596ea94544f8a27250e293a7caaab70f7aa43e8264dbe152af2d93112118740f319
7
- data.tar.gz: e234a3787553dc8142ca25abe2de746b2fbde62c3e61a2d45efe81db7af37413983be35f7f7fabdaff1f844968e637bac794130b9d134afd6e20bf6a1a3d8920
6
+ metadata.gz: 2e7c2b113b12aed01417b498b2b80316c7692f91eadf0d7a75a0dc516b43cf1fd2178fb6ee0c1968b153f191e07470a304c2121e019aac25d39a01a61b48c840
7
+ data.tar.gz: 5d20045b9532c6f840d6f9afe1b37a70220d0e8c64f900b1d8424284b05f34b14d5cfa2553e449b8df602857fe8466c05c9b221301d592f905c29145414ce331
data/_includes/main.css CHANGED
@@ -4,15 +4,38 @@ body {
4
4
  margin: auto;
5
5
  line-height: 1.6;
6
6
  font-size: 1.25em;
7
- font-family: Helvetica;
7
+ font-family: Helvetica
8
8
  }
9
9
 
10
10
  .d {
11
11
  font-size: medium;
12
- color: grey;
12
+ color: grey
13
13
  }
14
14
 
15
15
  img {
16
16
  max-width: 100%;
17
17
  height: auto
18
+ }
19
+
20
+ code {
21
+ white-space: pre-line
22
+ }
23
+
24
+ table th,
25
+ table td {
26
+ border: 1px solid #d0d7de
27
+ }
28
+
29
+ table tr {
30
+ padding: 6px 13px;
31
+ border-top: 1px solid hsla(210, 18%, 87%, 1)
32
+ }
33
+
34
+ table tr:nth-child(2n) {
35
+ background-color: #f6f8fa
36
+ }
37
+
38
+ table {
39
+ border-spacing: 0;
40
+ border-collapse: collapse
18
41
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: featherweight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.9
4
+ version: 0.7.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zachary Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-18 00:00:00.000000000 Z
11
+ date: 2023-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll