names_are_hard 0.2.11 → 0.2.12

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/_sass/names_are_hard.scss +6 -7
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '058008645c2a0f44311992fcef0ab573d3e88a8769df25de40fa90bdaea6b49e'
4
- data.tar.gz: 4545f391169b0f17d5b8c9027c6ae0752febd069fe5ae1432e7f83a603877d1a
3
+ metadata.gz: f2e9ee6787da97f89bf321545f26f45f8879dcc164060ca06a8a8ab16e43b591
4
+ data.tar.gz: 910aad235074e90421eeb9d576deff5139cbd4d8359e29a88911d878a3aa697b
5
5
  SHA512:
6
- metadata.gz: ddc6ebf1a9a8381f7df812e9624d3f1b238c2383d97e107097ab8561f0033e6f7b05cb24431cafee6a5999e04bd0824e1b65944dc519fac011297006a7d0ab4a
7
- data.tar.gz: a6c77055dba14b7b3717e64c4574d2585d922e48215996905eb85813740929d87199b4cc3c8ec2cf4e83af36c6939a705faf6c762c1e85243d21cdb13ef4d238
6
+ metadata.gz: f75b16412a2d165e270111a7395da98d46923ff0c203b94d9acb6bd0501c191bee4034668093492e658afa6b6c94fbdf0aae250e135ae8e0167554fc6890268d
7
+ data.tar.gz: 48e5d784b41e77059b21cd6a9e7069f7574e0e787abb9f7eda30c88eacc6ec471acdb06053febdd9e57c8e667e3c1bee913b4be89f66cdf0be20e2392ada98bb
@@ -2,13 +2,12 @@
2
2
 
3
3
  // use the style reset
4
4
  @import "reset";
5
- @import url('https://fonts.googleapis.com/css?family=Oswald|Roboto+Condensed');
5
+ @import url('https://fonts.googleapis.com/css?family=Oswald|Roboto+Condensed|Roboto+Mono');
6
6
 
7
7
  // fonts
8
- $font-title: 'Oswald',
9
- sans-serif;
10
- $font-main: 'Roboto Condensed',
11
- sans-serif !important;
8
+ $font-title: 'Oswald', sans-serif;
9
+ $font-main: 'Roboto Condensed', sans-serif !important;
10
+ $font-mono: 'Roboto Mono', monospace;
12
11
 
13
12
  // colors
14
13
  $background-color: #142B51 !default;
@@ -333,7 +332,7 @@ li {
333
332
  pre.highlight {
334
333
  background-color: $code-background-color;
335
334
  color: $code-foreground-color;
336
- font-family: monospace;
335
+ font-family: $font-mono;
337
336
  border: 1px solid black;
338
337
  }
339
338
 
@@ -341,7 +340,7 @@ pre.highlight {
341
340
  code {
342
341
  background-color: $code-background-color;
343
342
  color: $code-foreground-color;
344
- font-family: monospace;
343
+ font-family: $font-mono;
345
344
 
346
345
  padding-left: 3px;
347
346
  padding-right: 3px;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: names_are_hard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.11
4
+ version: 0.2.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Johnston