Skip to content

Commit

Permalink
Header title with outline-none
Browse files Browse the repository at this point in the history
  • Loading branch information
p6laris committed Apr 5, 2024
1 parent 86bcd03 commit 02a65f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AraratMorse/Components/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<main class="flex flex-col font-sans">
<div class="flex justify-between items-center mb-10">
@* Title *@
<h1 class="text-white text-2xl sm:text-3xl font-black lg:text-5xl lg:mx-auto">Ararat Morse</h1>
<h1 class="text-white text-2xl sm:text-3xl font-black lg:text-5xl lg:mx-auto outline-none">Ararat Morse</h1>

@* Setting Button *@
<button @onclick="OpenSetting" class="text-white">
Expand Down

0 comments on commit 02a65f7

Please sign in to comment.