monitoring-jekyll-theme 0.5.7 → 0.5.8

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/assets/css/styles.css +5 -5
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9934a118383502ea0762e8e9541653ee5fc9bc01e907d7a9deb760e9eeb734f
4
- data.tar.gz: c1427928abbc52696254fd1067db109c6b749fa9f3321527049fd9d3c15f1d82
3
+ metadata.gz: abaee2f7aed3b7708c4f46602e50b280da8823ae2514d530e2bbebc22f1bd59b
4
+ data.tar.gz: 5b33e08e8470de9e69ff0318c5c2c4b642d1404a27fb410af1496122ba7bf1e2
5
5
  SHA512:
6
- metadata.gz: a5dccb9de1083d3ee3e3d1e21dab0382064ff00b9b9407f6c3a04a3a2fe6e56a32c7e3810a71260c9e770adb0cc88c31151b4f6cede6ec44fd7539444063f39a
7
- data.tar.gz: 5962aae8c0a2d8ade7bb66beb490e4047b7a01a00c63c1113694343ce1ed8e6964da5ddffad1aff814f9342001ea2bdbf0be683b75cef8896204d46ea245d729
6
+ metadata.gz: ffc502535d82567000526774d98720a4321aed9c64f84d040bc4692f63dcf6a9b1ffea8df09e153e18d772bbe28909dc561a3ec1781a8672209940806c2ca1bd
7
+ data.tar.gz: e3fa3dd351ce3a1aa13b9dde1d7bd50f2bcada0de28ec075703fc633c30f66a97786dcf69f8ca57c9d75272961493d7ec42810efc325ac8f693a003fbd565d37
@@ -623,13 +623,13 @@ a {
623
623
  }
624
624
 
625
625
  .score-up {
626
- background: rgba(255, 75, 75, 0.05);
627
- box-shadow: inset 0 0 4px rgba(255, 75, 75, 0.45);
626
+ /* background: rgba(255, 75, 75, 0.05); */
627
+ box-shadow: inset 0 0 25px rgba(255, 75, 75, 0.15);
628
628
  }
629
629
 
630
630
  .score-down {
631
- background: rgba(125, 255, 100, 0.05);
632
- box-shadow: inset 0 0 4px rgba(125, 255, 100, 0.75);
631
+ /* background: rgba(125, 255, 100, 0.05); */
632
+ box-shadow: inset 0 0 25px rgba(125, 255, 100, 0.15);
633
633
  }
634
634
 
635
635
  .score {
@@ -1009,7 +1009,7 @@ a {
1009
1009
  position: absolute;
1010
1010
  z-index: 2;
1011
1011
  content: attr(data-percent);
1012
- top: 5px;
1012
+ top: 3px;
1013
1013
  left: 0;
1014
1014
  display: flex;
1015
1015
  align-items: center;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: monitoring-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.7
4
+ version: 0.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - bertrandkeller