diff --git a/app/styles/app.scss b/app/styles/app.scss index 55c660f..2437f73 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -2,6 +2,11 @@ @import "colors"; @import "layout"; +* { + -moz-outline: none; + outline: none; +} + body { background-color: white; font-size: 16px;