mono-lite 0.2.5 → 0.2.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1b3220732e4eb793719af457c06c63d75a19fade2f648021f3f997aa0cf3d349
4
- data.tar.gz: aa256015cd77a5185c5555f3882ae92a843ed6b096346abc6fbdb45e5541858d
3
+ metadata.gz: b5cd8966c83fd5f54cc5f4bb1ded7429555165b0e5f916c648ff2aff58e5ea13
4
+ data.tar.gz: 7819bb6998dcc7abcb541c8599bd695dbbbe457ae9f9d05490ed21dc0dbf2b27
5
5
  SHA512:
6
- metadata.gz: 68b6bddf3fb34a1544b38ac6f1c4bc517a9322bce1d9551e761a22f4cce80421f7fd8e3b2c449ff24fb1a85c98bd21e387142497cf0f43c3e3f7998649c0e510
7
- data.tar.gz: aa331d333e02071add619c267b7965ee54a222059b468637add31a00d85fafe192770c20f6db636a0cf3cef9462b8e2b1d8f2af1eefce265456782ad874f99e1
6
+ metadata.gz: 3c2182aa6b9eef97b54e2a5c8bdb2ecc2c7055bf0afe520f854e005dba69287ebaa93f2951d05b616b29c3f2354fa3f936d0f46bc19e86781d6e36310b281c88
7
+ data.tar.gz: ce7966f3b8fb257b748398a1ff955dc4354fa51664282545d84c1fce2e70dbacf16228f9fb0a1d5357dec9225817abbd46a2c6bebb09881a7e9959e158dd744f
data/_sass/_base.scss CHANGED
@@ -2,7 +2,7 @@ body {
2
2
  font-family: $base-font-family;
3
3
  font-size: $base-font-size;
4
4
  margin: 26px 0;
5
- line-height: 1.2;
5
+ line-height: 1.5;
6
6
  font-weight: 300;
7
7
  -webkit-font-smoothing: antialiased;
8
8
  }
data/_sass/_layout.scss CHANGED
@@ -19,8 +19,14 @@
19
19
  }
20
20
 
21
21
  .site-title {
22
- font-weight: 400;
23
- font-size: 1.4em;
22
+ font-weight: 300;
23
+ font-size: 18px;
24
+ text-decoration-color: #000;
25
+ text-decoration-line: none;
26
+ text-decoration-style: solid;
27
+ text-decoration-thickness: auto;
28
+ text-size-adjust: 100%;
29
+ line-height: 28px;
24
30
  }
25
31
 
26
32
  .page-content {
@@ -4,9 +4,9 @@
4
4
 
5
5
  $base-font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !default;
6
6
  $code-font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
7
- $base-font-size: 16px !default;
7
+ $base-font-size: 14px !default;
8
8
  $code-font-size: 0.91em;
9
- $base-font-weight: 600 !default;
9
+ $base-font-weight: 300 !default;
10
10
  $small-font-size: $base-font-size * 0.875 !default;
11
11
  $base-line-height: 1.5 !default;
12
12
  $link-base-color: #207575;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mono-lite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dylan Hawley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-19 00:00:00.000000000 Z
11
+ date: 2025-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll