Apply CSS to flag icons.

This commit is contained in:
Mike Cao 2023-04-25 21:18:03 -07:00
parent 938047ce45
commit 9345c9ac9e
2 changed files with 13 additions and 11 deletions

View file

@ -4,11 +4,15 @@
gap: 10px;
}
.row .inactive {
.row.inactive {
color: var(--base500);
}
.row .active {
.row.inactive img {
opacity: 0.35;
}
.row.active {
color: var(--base900);
font-weight: 600;
}