mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
Merge 0d1d49a817 into 996de036e8
This commit is contained in:
commit
14425a79d0
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 {
|
div.edit-mode-bottom-banner, .add-new-section {
|
||||||
background: rgba(255, 255, 255, 0.15);
|
background: rgba(255, 255, 255, 0.15);
|
||||||
backdrop-filter: blur(50px);
|
//backdrop-filter: blur(50px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.critical-error-wrap {
|
.critical-error-wrap {
|
||||||
|
|
@ -1910,7 +1910,7 @@ html[data-theme='glass'] {
|
||||||
}
|
}
|
||||||
|
|
||||||
html[data-theme='glass-2'] {
|
html[data-theme='glass-2'] {
|
||||||
body {
|
body {
|
||||||
background: url('https://i.ibb.co/FnLH6bj/dashy-glass.jpg') center center no-repeat;
|
background: url('https://i.ibb.co/FnLH6bj/dashy-glass.jpg') center center no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-color: #090317;
|
background-color: #090317;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue