diff --git a/random-choice-picker/style.css b/random-choice-picker/style.css index bf8e63b..c4fab60 100644 --- a/random-choice-picker/style.css +++ b/random-choice-picker/style.css @@ -37,6 +37,10 @@ textarea { font-size: 16px; } +textarea:focus { + outline: none; +} + .tag { background-color: #f0932b; color: #fff;