This commit is contained in:
Oscar Plaisant
2024-03-28 23:40:47 +01:00
parent 32037ae8e7
commit e5ada772ca
3475 changed files with 1433 additions and 69 deletions

View File

@@ -1,23 +0,0 @@
/*
CSS part developed by Matthias C. Hormann (aka Moonbase59) 2021-08-22
*/
.app-container.is-text-garbled img {
filter: blur(10px) !important;
-webkit-filter: blur(10px) !important;
transition: all 0.3s;
}
/*
CSS part developed by Matthias C. Hormann (aka Moonbase59) 2021-08-22
*/
.app-container.is-text-garbled *:hover {
font-family: unset !important;
transition: all 0.3s;
}
.app-container.is-text-garbled img:hover {
filter: unset !important;
-webkit-filter: unset !important;
transition: all 0.3s;
}