fix: Comments faves active state

This commit is contained in:
daudix
2024-01-28 23:27:50 +03:00
parent 428fb72d73
commit bd19211ac9

View File

@ -124,6 +124,7 @@ section#comments {
background-color: transparent; background-color: transparent;
border-radius: var(--rounded-corner); border-radius: var(--rounded-corner);
color: var(--red-fg); color: var(--red-fg);
display: inline-block;
font-variant-numeric: tabular-nums; font-variant-numeric: tabular-nums;
font-weight: 400; font-weight: 400;
padding: 0.5rem 1rem; padding: 0.5rem 1rem;