diff --git a/app/globals.css b/app/globals.css index 387f8d99..a630b338 100644 --- a/app/globals.css +++ b/app/globals.css @@ -110,3 +110,8 @@ justify-content: center; cursor: pointer; } + +#openai_key_risky_but_cool:focus { + color: transparent; + text-shadow: 0 0 8px rgba(0,0,0,0.5); +} \ No newline at end of file