From dc2bff1454490d7e7679559810eb3e2f4f4d6cd4 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Sat, 13 Jan 2018 12:27:43 +0530 Subject: [PATCH] remove unusued code --- src/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/style.css b/src/style.css index fa4e389..06d009c 100644 --- a/src/style.css +++ b/src/style.css @@ -17,7 +17,6 @@ h1 { margin-top: 0; } a { text-decoration: none; color: crimson; cursor: pointer; } -/*a:hover { text-decoration: underline; }*/ .hide { display: none!important; } .flex { display: flex; }