From f3f80403d8dc7c6c95e67ad9976ddb428f40b103 Mon Sep 17 00:00:00 2001 From: dublinCity Date: Thu, 28 Sep 2017 15:34:32 +0900 Subject: [PATCH] rm unused selector 'a' --- 06 - Type Ahead/style.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/06 - Type Ahead/style.css b/06 - Type Ahead/style.css index 9a985bb5b3..65b3164ea7 100644 --- a/06 - Type Ahead/style.css +++ b/06 - Type Ahead/style.css @@ -68,10 +68,4 @@ .hl { background:#ffc600; - } - - a { - color:black; - background:rgba(0,0,0,0.1); - text-decoration: none; - } + } \ No newline at end of file