Merge pull request #8041 from wallabag/fix-focus-card-in-dark-mode

Fix focus card in dark mode
This commit is contained in:
Yassine Guedidi 2025-03-01 17:39:25 +01:00 committed by GitHub
commit 43b4562ed2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -142,6 +142,12 @@
background-color: transparent;
}
.z-depth-4 {
box-shadow: 0 16px 24px 2px rgba(255 255 255 / 14%),
0 6px 30px 5px rgba(255 255 255 / 12%),
0 8px 10px -7px rgba(255 255 255 / 20%);
}
@media only screen and (min-width: 992px) {
#article {
background-color: #101010;