mirror of
https://github.com/Damillora/Yuika
synced 2024-11-05 02:17:32 +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>
|
||||
<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}}
|
||||
|
||||
|
@ -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}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user