Add opacity and grayscale to archived labels
Co-authored-by: Gusted <gusted@noreply.codeberg.org>
This commit is contained in:
parent
cab47bbb0e
commit
1060b7cfa8
2 changed files with 25 additions and 3 deletions
|
@ -2399,6 +2399,10 @@
|
|||
margin-left: 0;
|
||||
}
|
||||
|
||||
.archived-label {
|
||||
filter: grayscale(0.25) saturate(0.75);
|
||||
}
|
||||
|
||||
.repo-button-row {
|
||||
margin: 10px 0;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue