From 1e1912c2b2e0f2104d30808ac7befbd7ad780b9b Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 14 Jul 2016 21:25:02 +0200 Subject: [PATCH] Fix missing semicolon --- static/default_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/default_style.css b/static/default_style.css index 3d00d9c..f869614 100644 --- a/static/default_style.css +++ b/static/default_style.css @@ -6,6 +6,6 @@ html { body { font-size: 1rem; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; line-height: 1.5; }