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.
- checksums.yaml +4 -4
- data/assets/css/styles.css +5 -5
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: abaee2f7aed3b7708c4f46602e50b280da8823ae2514d530e2bbebc22f1bd59b
|
|
4
|
+
data.tar.gz: 5b33e08e8470de9e69ff0318c5c2c4b642d1404a27fb410af1496122ba7bf1e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ffc502535d82567000526774d98720a4321aed9c64f84d040bc4692f63dcf6a9b1ffea8df09e153e18d772bbe28909dc561a3ec1781a8672209940806c2ca1bd
|
|
7
|
+
data.tar.gz: e3fa3dd351ce3a1aa13b9dde1d7bd50f2bcada0de28ec075703fc633c30f66a97786dcf69f8ca57c9d75272961493d7ec42810efc325ac8f693a003fbd565d37
|
data/assets/css/styles.css
CHANGED
|
@@ -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
|
|
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
|
|
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:
|
|
1012
|
+
top: 3px;
|
|
1013
1013
|
left: 0;
|
|
1014
1014
|
display: flex;
|
|
1015
1015
|
align-items: center;
|