Comment out the backdrop-filter in div.edit-mode-bottom-banner

This commit is contained in:
jx163 2025-08-05 21:21:12 +12:00
parent d947ed5c53
commit 0d1d49a817

View file

@ -1889,7 +1889,7 @@ html[data-theme='neomorphic'] {
div.edit-mode-bottom-banner, .add-new-section {
background: rgba(255, 255, 255, 0.15);
backdrop-filter: blur(50px);
//backdrop-filter: blur(50px);
}
.critical-error-wrap {
@ -1910,7 +1910,7 @@ html[data-theme='glass'] {
}
html[data-theme='glass-2'] {
body {
body {
background: url('https://i.ibb.co/FnLH6bj/dashy-glass.jpg') center center no-repeat;
background-size: cover;
background-color: #090317;