Skip to content

Commit

Permalink
changed header bg to darker color for better accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
markokroselj committed Apr 28, 2024
1 parent 80f7be5 commit c337e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---

<header class="bg-red-500 text-white p-3 shadow-lg pwa:select-none">
<header class="bg-red-600 text-white p-3 shadow-lg pwa:select-none">
<nav>
<a href="/">Domov</a>
</nav>
Expand Down

0 comments on commit c337e69

Please sign in to comment.