diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-13 11:33:57 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-13 11:33:57 +0200 |
commit | 508baff21febbd3676ce29d4d45e326d8a11cc4b (patch) | |
tree | 06c3c020b288b7ca13265a4fa5b53a5196d8f71a | |
parent | 2229da3596c9f6e25b1d30a30df35bf21b2bc219 (diff) | |
download | fileup-508baff21febbd3676ce29d4d45e326d8a11cc4b.tar.gz |
chrome is garbage
-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; |