mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Fix: Disable override white bkgd with card blur (#2336)
This commit is contained in:
parent
6316de6fa6
commit
66fbe9f670
1 changed files with 4 additions and 4 deletions
|
@ -14,13 +14,13 @@
|
|||
--color-logo-stop: 128 128 128 / 40%;
|
||||
}
|
||||
|
||||
.theme-white .bg-theme-100\/20,
|
||||
.theme-white .dark\:bg-white\/5 {
|
||||
.theme-white .bg-theme-100\/20:not([class^="backdrop-blur"]),
|
||||
.theme-white .dark\:bg-white\/5:not([class^="backdrop-blur"]) {
|
||||
background-color: rgb(245, 245, 245);
|
||||
}
|
||||
|
||||
.theme-white .bg-theme-100\/20:hover,
|
||||
.theme-white .dark\:bg-white\/5:hover {
|
||||
.theme-white .bg-theme-100\/20:hover:not([class^="backdrop-blur"]),
|
||||
.theme-white .dark\:bg-white\/5:hover:not([class^="backdrop-blur"]) {
|
||||
background-color: rgb(250, 250, 250);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue