fix class name

This commit is contained in:
ghost 2023-08-28 22:22:16 +03:00
parent f07a28f721
commit c81e0decd2
2 changed files with 3 additions and 3 deletions

View file

@ -211,11 +211,11 @@
transition: opacity .2s ease-in-out;
}
.bloor-2 {
.blur-2 {
filter: blur(2px);
}
.bloor-hover-0:hover {
.blur-hover-0:hover {
filter: blur(0);
}