Various stylesheet fixes for background image support
This commit is contained in:
@@ -392,10 +392,22 @@ onUnmounted(() => {
|
||||
background-color: var(--card-background);
|
||||
}
|
||||
|
||||
body.has-background .grid-item {
|
||||
background-color: rgba(255,255,255,0.3);
|
||||
filter: drop-shadow(0px 0px 14px white);
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body.has-background .grid-item {
|
||||
background-color: rgba(0,0,0,0.3);
|
||||
filter: drop-shadow(0px 0px 14px black);
|
||||
}
|
||||
}
|
||||
|
||||
.grid-item:focus,
|
||||
.grid-item:hover {
|
||||
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
|
||||
background-color: var(--pankow-color-background-hover);
|
||||
background-color: var(--pankow-color-background-hover) !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user