From 508baff21febbd3676ce29d4d45e326d8a11cc4b Mon Sep 17 00:00:00 2001 From: Alex Vitkov Date: Sat, 13 Feb 2021 11:33:57 +0200 Subject: chrome is garbage --- css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'css/style.css') diff --git a/css/style.css b/css/style.css index 314a38c..fb6a093 100644 --- a/css/style.css +++ b/css/style.css @@ -20,6 +20,13 @@ body { flex: 1 0 0; } +/* Disable the black outline that Chromium browsers put on focused buttons */ +input:focus, +button:focus +{ + outline:0; +} + #header { background: white; margin: 0; -- cgit v1.2.3