Add grayscale STailwind class

This commit is contained in:
Cohee 2024-03-17 20:36:05 +02:00
parent afec103eb2
commit 8634fd8d56
1 changed files with 4 additions and 0 deletions

View File

@ -524,6 +524,10 @@ textarea:disabled {
opacity: 0.5
}
.grayscale {
filter: grayscale(100%);
}
.opacity1 {
opacity: 1 !important;
}