diff options
Diffstat (limited to 'css/style.css')
-rw-r--r-- | css/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
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; |