From 840ab8fcbaa184eb936dffe94e71053df6fd5b6f Mon Sep 17 00:00:00 2001 From: Artur Tamborski Date: Sun, 15 Nov 2020 09:16:43 +0100 Subject: [PATCH] public/index.html: remove comments --- public/index.html | 33 ++------------------------------- src/components/Board/Board.scss | 6 +++--- 2 files changed, 5 insertions(+), 34 deletions(-) diff --git a/public/index.html b/public/index.html index b78fe48..a9c1b59 100644 --- a/public/index.html +++ b/public/index.html @@ -5,41 +5,12 @@ - - - + - - React App + crosski
- diff --git a/src/components/Board/Board.scss b/src/components/Board/Board.scss index 092fdc8..cdde0be 100644 --- a/src/components/Board/Board.scss +++ b/src/components/Board/Board.scss @@ -17,8 +17,8 @@ border-color: #e5e5ea; color: brown; cursor: pointer; -} -.Letter:hover { - background: #e4e4ff; + &:hover { + background: #e4e4ff; + } }