add blur transition

This commit is contained in:
SethBurkart123
2023-11-15 14:26:23 +11:00
parent 085cb343f2
commit 1136c1007e
+1 -1
View File
@@ -22,7 +22,7 @@ body, html {
font-family: Rubik, sans-serif !important;
--theme-fg-parts: white;
transition: background-color 200ms ease-in-out;
transition: background-color 200ms ease-in-out, backdrop-filter 200ms ease-in-out;
}
@media (min-width: 900px) {
#title > span {