active_frontend 16.0.5 → 16.0.6

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: 60d14dcd7f3e08ba638ab14eb50b8294e8ef6c90e2cfc8841b1320e1aba98390
4
- data.tar.gz: ad5a97bc8eefe91225c7cb1ca9d5007671c866295dc7c0983a86bcfdb81e3d3d
3
+ metadata.gz: 9edbf075f8202da815467f017a6ce340a5f589444fe923b8bc30d1eca13d0313
4
+ data.tar.gz: bf70ed31c22ae9bbfc47934c4755cd6e03a7fae8a3f147a6ea7998b7164cb21d
5
5
  SHA512:
6
- metadata.gz: 044602d68e1c9e14b9117be7f28f997a05a076eeb4aec6f644fe713359d0c47255342b753bb1add2d2082627c613502426cb1a71c1b71688d094f67b71ebdd30
7
- data.tar.gz: eb20ad69855eaa76a286826c6ac69803982c224f2121913bbc87929bf46c6149dcaefd8c861c6700d3c683ab60feba6e258fac256324e5d7e5076c464224bd1f
6
+ metadata.gz: 72ad3ed4f19dc198ecbff63fbc770c26af89b9aec573d4b8ea5965b14e47be20a0b7937ce33a8415093f817b8de03c78422af1c4d22664998be14145a17fc6ba
7
+ data.tar.gz: 7f7f06dddd46317a339fdcfb0021a1e572346203245ae03f3dc2835e922fdae5f917faf0652cdebceb3b947cb0837e90ad27bd9a38091a84d6bcc8c0cb328d6f
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveFrontend
4
- VERSION ||= '16.0.5'
4
+ VERSION ||= '16.0.6'
5
5
  end
@@ -168,7 +168,7 @@ body {
168
168
  width: 100%;
169
169
  }
170
170
  body {
171
- background: color(light-haze);
171
+ background: color(white);
172
172
  border-color: color(haze);
173
173
  color: color(slate);
174
174
  font-family: text-family(sans-serif);
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.0.5
4
+ version: 16.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez