mirror of
https://github.com/Damillora/Yuika
synced 2024-11-22 09:17:33 +00:00
add color background on loading image
This commit is contained in:
parent
68038ed11b
commit
bfedf7bda4
@ -38,7 +38,7 @@ with a `no-image` class so we can style it accordingly.
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div class="h-full responsive-header-img bg-cover bg-center">
|
<div class="h-full responsive-header-img bg-cover bg-center bg-yuika-blue-500">
|
||||||
|
|
||||||
{{else}}
|
{{else}}
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ with a `no-image` class so we can style it accordingly.
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div class="h-64 responsive-{{slug}}-img bg-cover bg-center">
|
<div class="h-64 responsive-{{slug}}-img bg-cover bg-center bg-yuika-blue-500">
|
||||||
|
|
||||||
{{else}}
|
{{else}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user