Skip to content

Commit f93b305

Browse files
committed
Fix a11y problems
1 parent 0541247 commit f93b305

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/common/SocialShare.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const { text, url, class: className = 'inline-block' } = Astro.props;
1111
---
1212

1313
<div class={className}>
14-
<span class="align-super font-bold text-gray-400 dark:text-slate-400">Share:</span>
14+
<span class="align-super font-bold text-slate-500 dark:text-slate-400">Share:</span>
1515
<button class="ml-2 rtl:ml-0 rtl:mr-2" title="Twitter Share" data-aw-social-share="twitter" data-aw-url={url} data-aw-text={text}
1616
><Icon
1717
name="tabler:brand-x"

src/content/post/markdown-elements-demo-post.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ import Logo from "~/components/Logo.astro";
182182
<Logo />
183183
```
184184

185-
<div style="background:#eee;padding: 10px 5px">
185+
<div style="border:1px dashed;padding: 10px 5px">
186186
<Logo />
187187
</div>
188188

0 commit comments

Comments
 (0)