From 098a720fccf095b89ed7d973410e75f13868f91a Mon Sep 17 00:00:00 2001 From: RainyXeon Date: Sat, 20 Jul 2024 12:47:20 +0700 Subject: [PATCH] remove: unused css style --- webroot/css/icons.css | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/webroot/css/icons.css b/webroot/css/icons.css index 3c421e2..4cf9f04 100644 --- a/webroot/css/icons.css +++ b/webroot/css/icons.css @@ -27,13 +27,6 @@ z-index: 10; } -.link_github { - background: url(../assets_light/github.svg); - width: 50px; - height: 50px; - z-index: 10; -} - /* Light */ #ni_home.light { background: url(../assets_light/home.svg); @@ -62,10 +55,3 @@ height: 24px; z-index: 10; } - -.link_github.light { - background: url(../assets_light/github.svg); - width: 35px; - height: 35px; - z-index: 10; -}