Restyle excluded tags

This commit is contained in:
Cohee
2023-06-19 17:42:25 +03:00
parent 3c68a4e2a0
commit c5c921b0d6

View File

@@ -2891,8 +2891,13 @@ h5 {
.tag.excluded {
opacity: 1 !important;
filter: none !important;
filter: saturate(0.5) !important;
text-decoration: line-through;
text-decoration-thickness: 2px;
text-decoration-color: var(--white70a);
outline-color: red;
outline-style: solid;
outline-width: 2px;
}
#avatarCropWrap {
@@ -4672,4 +4677,4 @@ body.waifuMode #avatar_zoom_popup {
#horde_model {
height: unset;
}
}
}