mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-02 16:38:38 +00:00
Fix focus card in dark mode
This commit is contained in:
parent
6165e61048
commit
cbdfd588fa
1 changed files with 6 additions and 0 deletions
|
@ -142,6 +142,12 @@
|
||||||
background-color: transparent;
|
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) {
|
@media only screen and (min-width: 992px) {
|
||||||
#article {
|
#article {
|
||||||
background-color: #101010;
|
background-color: #101010;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue