Skip to content

Commit

Permalink
Update content-card-linky.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vingerha committed Aug 23, 2023
1 parent 3583024 commit 01a5eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/content-card-linky.js
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ class ContentCardLinky extends LitElement {
.tempo-white {
color: #002654;
text-align: center;
background: white;
background: silver;
}
.tempo-red {
color: white;
Expand All @@ -1042,7 +1042,7 @@ class ContentCardLinky extends LitElement {
.tempo-grey {
color: white;
text-align: center;
background: #dcdcdc;
background: grey;
}
`;
}
Expand Down

0 comments on commit 01a5eeb

Please sign in to comment.