Skip to content

Commit

Permalink
Merge pull request #214 from n0th1ng-else/a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
n0th1ng-else authored Nov 15, 2022
2 parents 949c9bf + 8b5cb05 commit c9d6e97
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/lib/browser/ui/Anchor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@
</script>

<a class="ui-anchor" class:ui-anchor--shown="{show}" href="#{id}">
<img src="{icoAnchor}" alt="" class="ui-anchor__logo" class:l="{!isDark}" class:d="{isDark}" />
<img
src="{icoAnchor}"
alt="Link to this section"
class="ui-anchor__logo"
class:l="{!isDark}"
class:d="{isDark}"
/>
</a>

<style lang="scss">
Expand Down

0 comments on commit c9d6e97

Please sign in to comment.