mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 19:49:16 +01:00
fix: ♿ Improve accessibility of entire site
This commit is contained in:
parent
c29cae2955
commit
7b8a02d49e
10 changed files with 29 additions and 25 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<div
|
||||
class="aspect-video shrink-0 w-full rounded ring-white/5 bg-dark-800 shadow overflow-hidden ring-1 hover:ring-2 duration-100">
|
||||
<img class="object-cover w-full h-full duration-150 hover:scale-[102%] ease-in-out" v-if="instance?.banner"
|
||||
:src="instance.banner" />
|
||||
alt="Instance banner" :src="instance.banner" />
|
||||
</div>
|
||||
|
||||
<div class="prose prose-invert prose-sm">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue