Skip to content

Commit

Permalink
outlineのスタイルを設定
Browse files Browse the repository at this point in the history
  • Loading branch information
haruyuki-16278 committed Jul 27, 2024
1 parent 3a3c323 commit 3ba5931
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
text-orientation: upright;
}
.sg-button {
@apply px-2 py-4 border-2 bg-white rounded-full font-bold;
@apply px-2 py-4 border-2 bg-white rounded-full font-bold ;
&.primary {
@apply border-[var(--color-primary)] text-[var(--color-primary)];
}
Expand Down Expand Up @@ -81,3 +81,9 @@
--color-gray: lightgray;
--color-darkgray: gray;
}

* {
&:focus {
@apply outline-double outline-offset-2 outline-2 outline-[var(--color-primary)];
}
}

0 comments on commit 3ba5931

Please sign in to comment.