mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
Fix: Disable override white bkgd with card blur (#2336)
This commit is contained in:
parent
6316de6fa6
commit
66fbe9f670
@ -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…
x
Reference in New Issue
Block a user