aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-11-23 15:09:39 +0000
committerAkshay <[email protected]>2020-11-23 15:09:39 +0000
commit873d748e7a84dcb8e6c69838259cbfeca42d913f (patch)
tree7a2bf50203ec46b0db35b5d915054c8cacf86a7f
parent605f6422b62f29a810c74cd3197d55a6c683acfe (diff)
stop chrome/firefox from outlining stuff
-rw-r--r--src/Main.elm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Main.elm b/src/Main.elm
index 2b1cc67..db4c2f4 100644
--- a/src/Main.elm
+++ b/src/Main.elm
@@ -229,6 +229,7 @@ view model =
229 , div [] [ viewStats model ] 229 , div [] [ viewStats model ]
230 230
231 -- , global [ selector "li:not(:last-child)::after" [ Css.property "content" "' · '" ] ] 231 -- , global [ selector "li:not(:last-child)::after" [ Css.property "content" "' · '" ] ]
232 , global [ selector "*,*:focus,*:hover" [ Css.property "outline" "none" ] ]
232 , global [ everything [ Css.fontFamily Css.monospace, Css.fontSize (Css.px 18) ] ] 233 , global [ everything [ Css.fontFamily Css.monospace, Css.fontSize (Css.px 18) ] ]
233 234
234 -- , global [ body [ Css.backgroundColor (Css.hex "#000"), Css.color (Css.hex "#fff") ] ] 235 -- , global [ body [ Css.backgroundColor (Css.hex "#000"), Css.color (Css.hex "#fff") ] ]