1
0
mirror of https://github.com/Damillora/Yuika synced 2024-09-28 19:52:50 +00:00

add color background on loading image

This commit is contained in:
Damillora 2019-11-26 02:28:02 +07:00
parent 68038ed11b
commit bfedf7bda4
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ with a `no-image` class so we can style it accordingly.
}
}
</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}}

View File

@ -24,7 +24,7 @@ with a `no-image` class so we can style it accordingly.
}
}
</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}}