From 7f5268d0f432b86f36d690906c031f5b75e881ae Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Tue, 8 Aug 2017 04:40:12 -0700 Subject: [PATCH] clean comments --- sass/style.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sass/style.scss b/sass/style.scss index e878a9e..5f77e17 100755 --- a/sass/style.scss +++ b/sass/style.scss @@ -69,8 +69,7 @@ body { } h2 { transition-property: size; - transition-duration: .2s; // text-shadow: 1px 2px #19DEFF; // text-shadow: 1px 1px 1px #000, 3px 3px 5px blue; - // color: #FFFFFF; + transition-duration: .2s; color: #91EFFF; } }