From cef5274b85239ef2af899b0b193b38fb3de00430 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Sat, 19 May 2018 15:48:14 +0200 Subject: [PATCH] fix(canvasDirective): reset colors to default --- src/app/app.component.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/app.component.scss b/src/app/app.component.scss index 5e0c6f7..7255c60 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -5,7 +5,6 @@ top: 0; left: 0; overflow: hidden; - background: rgb(55,55,55) } ul { @@ -20,11 +19,9 @@ ul { margin: 0; padding: 3rem; background: rgba(0,0,0,0.3); - // opacity: 0.3; transition: all 360ms 120ms ease-out; cursor: pointer; list-style-type: none; - color:white; &:hover { opacity: 1;