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; -}