Skip to content

Commit

Permalink
chore(deps): updated speedlify-score patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Fupete committed May 8, 2024
1 parent 4d0a1f4 commit fae16f1
Showing 1 changed file with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
diff --git a/node_modules/speedlify-score/speedlify-score.js b/node_modules/speedlify-score/speedlify-score.js
index 9c7d0d7..0ab7eb2 100644
index 4ea30d3..f134937 100644
--- a/node_modules/speedlify-score/speedlify-score.js
+++ b/node_modules/speedlify-score/speedlify-score.js
@@ -80,15 +80,15 @@ class SpeedlifyScore extends HTMLElement {
color: var(--_circle, #666);
}
.circle-good {
- color: #088645;
- border-color: #0cce6b;
+ color: #088846;
+ border-color: currentColor;
- color: var(--_circle, #088645);
+ color: var(--_circle, #088846);
border-color: var(--_circle, #0cce6b);
}
.circle-ok {
- color: #ffa400;
+ color: #A56900;
border-color: currentColor;
- color: var(--_circle, #ffa400);
+ color: var(--_circle, #A56900);
border-color: var(--_circle, currentColor);
}
.circle-bad {
- color: #ff4e42;
+ color: #EC0D00;
border-color: currentColor;
- color: var(--_circle, #ff4e42);
+ color: var(--_circle, #EC0D00);
border-color: var(--_circle, currentColor);
}
.meta {
@@ -106,13 +106,13 @@ class SpeedlifyScore extends HTMLElement {
Expand Down

0 comments on commit fae16f1

Please sign in to comment.