Be explicit about backgroundImage existance
This commit is contained in:
@@ -225,11 +225,6 @@ html, body {
|
||||
max-width: 720px;
|
||||
margin: 0 auto;
|
||||
|
||||
h1, h2, h3 {
|
||||
filter: drop-shadow(0 0 0.5px black);
|
||||
color: white;
|
||||
}
|
||||
|
||||
@media(min-width:768px) {
|
||||
width: 720px;
|
||||
|
||||
@@ -1943,6 +1938,19 @@ tag-input {
|
||||
}
|
||||
}
|
||||
|
||||
// ----------------------------
|
||||
// Background image overrides
|
||||
// ----------------------------
|
||||
.has-background {
|
||||
|
||||
h1, h2, h3 {
|
||||
filter: drop-shadow(0 0 0.5px black);
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
// ----------------------------
|
||||
// Dark mode overrides
|
||||
// ----------------------------
|
||||
|
||||
Reference in New Issue
Block a user