Fix a11y problems

This commit is contained in:
prototypa
2024-04-02 14:09:38 -04:00
parent 05412477c7
commit f93b3056d6
2 changed files with 2 additions and 2 deletions

View File

@@ -182,7 +182,7 @@ import Logo from "~/components/Logo.astro";
<Logo />
```
<div style="background:#eee;padding: 10px 5px">
<div style="border:1px dashed;padding: 10px 5px">
<Logo />
</div>