From fe47ddff81f273a18270fa380de729df1290b765 Mon Sep 17 00:00:00 2001 From: Joshua Davis Date: Fri, 10 Apr 2020 17:42:35 -0400 Subject: [PATCH] adding semicolon adding missing semicolon as angular/scss fails to compile without it --- assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index 5f46766..51c06ef 100644 --- a/assets/style.css +++ b/assets/style.css @@ -254,7 +254,7 @@ a:hover { } .deps ul li { - line-height: 1.5em + line-height: 1.5em; font-weight: 200; } @@ -395,4 +395,4 @@ label.checkbox { pre code { background: transparent; -} \ No newline at end of file +}