Be explicit about backgroundImage existance

This commit is contained in:
Johannes Zellner
2022-05-17 15:25:19 +02:00
parent 3922448a77
commit 319db4a9b1
4 changed files with 22 additions and 7 deletions

View File

@@ -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
// ----------------------------