aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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") ] ]