This commit is contained in:
Javier Casares 2026-06-03 06:28:34 +00:00
commit 83d629568a
20 changed files with 1321 additions and 15 deletions

View file

@ -102,6 +102,21 @@
color: #856404;
}
.mra-picrisk-high {
background: #f8d7da;
color: #721c24;
}
.mra-picrisk-medium {
background: #fff3cd;
color: #856404;
}
.mra-picrisk-low {
background: #d4edda;
color: #155724;
}
.mra-badge-match-count {
background: #721c24;
color: #fff;