Fix group tags opacity

This commit is contained in:
Cohee
2024-05-18 17:51:10 +03:00
parent 38e2bf955c
commit 99e24f5588

View File

@@ -103,7 +103,8 @@
} }
#bulkTagsList, #bulkTagsList,
#tagList .tag { #tagList .tag,
#groupTagList .tag {
opacity: 0.6; opacity: 0.6;
} }