diff options
-rw-r--r-- | lib/pleroma/web/templates/layout/app.html.eex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pleroma/web/templates/layout/app.html.eex b/lib/pleroma/web/templates/layout/app.html.eex index 7a50c3e03..8333bc921 100644 --- a/lib/pleroma/web/templates/layout/app.html.eex +++ b/lib/pleroma/web/templates/layout/app.html.eex @@ -116,6 +116,7 @@ } input:focus { + outline: none; border-bottom: 2px solid #d8a070; } |