Add opacity and grayscale to archived labels

Co-authored-by: Gusted <gusted@noreply.codeberg.org>
This commit is contained in:
0ko 2024-04-01 17:17:12 +05:00
parent cab47bbb0e
commit 1060b7cfa8
2 changed files with 25 additions and 3 deletions

View file

@ -2399,6 +2399,10 @@
margin-left: 0;
}
.archived-label {
filter: grayscale(0.25) saturate(0.75);
}
.repo-button-row {
margin: 10px 0;
display: flex;