Skip to content

Commit

Permalink
CSS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
veniware committed Aug 22, 2024
1 parent 650fd74 commit 66fb038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Protest/Front/issues.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

.issues-info > .list-element-icon {
mask-image: url(mono/info.svg);
background-color: rgb(rgb(32,148,240));
background-color: rgb(32,148,240);
}

.issues-warning > .list-element-icon {
mask-image: url(mono/warning.svg);
background-color: rgb(240,152,8) /*var(--clr-warning)*/;
background-color: rgb(240,152,8); /*var(--clr-warning)*/
}

.issues-error > .list-element-icon {
Expand Down

0 comments on commit 66fb038

Please sign in to comment.