aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/style.css7
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;