Skip to content

Commit

Permalink
feat: color the show buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
mkpoli committed Oct 14, 2024
1 parent 0c1247f commit a014c27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/VariantKana.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ editor.onchange(() => {
border-bottom-right-radius: 0;
transition: transform 0.1s ease-in-out;
border: 1px solid #ccc;
color: #ff36a4;
}
.show-button:hover {
Expand Down
2 changes: 2 additions & 0 deletions src/lib/VariantKanji.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ $effect(() => {
border-bottom-right-radius: 0;
transition: transform 0.1s ease-in-out;
border: 1px solid #ccc;
font-family: serif;
color: #0f03f8;
}
.show-button:hover {
Expand Down

0 comments on commit a014c27

Please sign in to comment.