mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
Comment out the backdrop-filter in div.edit-mode-bottom-banner
This commit is contained in:
parent
d947ed5c53
commit
0d1d49a817
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue