better_styles 0.0.0.332 → 0.0.0.333

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YzIxMDRlY2RhYzQyM2UwMDgxZDYxOTc0NDQ5OTMxY2ExZTAwNGVjYw==
4
+ M2VhZTEyYjU2ZTQ1OTY3MzQ0MTA4ZTI2NGJhZjI4MWFmMmQ2NzExNA==
5
5
  data.tar.gz: !binary |-
6
- YzA5ZjdlM2I2ODA5ZDA0ZWViNGE3ZDUxZjZkOGZmNzA3NDhjMDNmNQ==
6
+ YmNjZjg3ZTVjZTcxYTNiMWJiOWZlOGRmOWEzODdiZDlhMmFlNDkzNw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YjA4YjU5N2VjZGUxYzJlZGMzOTM4ZjM5NmRhNDQ4NjY3NDQ3YzU2M2U3MTM1
10
- NzdmN2QzZTE3NTNhOTBhMTQ2MTFhYmIyYWU4MDRiODIyYzk5Y2NmYmQ0OTY3
11
- NjRkZmYyZjNiMzg5Mjk1MzZkYmVhZmM4N2YwNjA2MjFlZjZmYTM=
9
+ ODI0ODEwOWEwZmIxMzIyMzhmNDJhMjRhZTk0MGU2MDUxMzc1YTg4MGNmNTM0
10
+ MWE1ZWNmMGRjOGI3YjU5M2NjMDNjNWJmMDk0NDdiODAwN2RjYzYxM2NhMjVj
11
+ YzM1ZTE2MmEwM2JlNjYyNDkwODkwZWJkNmRiZGM1ODA3ODE0MDM=
12
12
  data.tar.gz: !binary |-
13
- ZDAxMzgyMzkxNzJmYTViNjg4YjQwMmI5YjU5OTg3NGMxYThkZDViNDdmNGZh
14
- ZWJmYmJlMjdhNGVmYTgwOWY5NjA1ZWE2MWQ1MTI5MjMwNTc4YzhmOTZkZWRm
15
- OTkwNWU5MjJmOGJhMTdiNzFmZGM4MGEzYTg3MTdhNjA4MjYxMTk=
13
+ OTNiOTdiZTFiY2Q4OTc3M2JmOWZhMGQ2Y2UzZWJjMzM3Y2U4MDI3NWMxZTg3
14
+ ODQyNjAxODliMjg1YTQ4M2I4MGNhMmFiYjIyOGRlZGFlOWY4NWJmZmRiODM5
15
+ MmYzNGJiMGFiNDFhZTQ5ODRhMDdkNjg3ZDZlMWVmOWE1ODUwMGU=
@@ -14,6 +14,8 @@ $gray: #464a4c !default;
14
14
  $gray-light: #636c72 !default;
15
15
  $gray-lighter: #eceeef !default;
16
16
  $gray-lightest: #f7f7f9 !default;
17
+ $black: #1c1c1c !default;
18
+ $white: #ffffff !default;
17
19
 
18
20
 
19
21
  $brand: #a0c775 !default;
@@ -56,4 +56,5 @@ $line-height: 1.42 !default;
56
56
 
57
57
  $sansFontFamily: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
58
58
  $serifFontFamily: Georgia, "Times New Roman", Times, serif;
59
- $monoFontFamily: Monaco, Menlo, Consolas, "Courier New", monospace;
59
+ $monoFontFamily: Monaco, Menlo, Consolas, "Courier New", monospace;
60
+
@@ -1,3 +1,3 @@
1
1
  module BetterStyles
2
- VERSION = '0.0.0.332'
2
+ VERSION = '0.0.0.333'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: better_styles
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.332
4
+ version: 0.0.0.333
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torsten Wetzel