remove: unused css style

This commit is contained in:
RainyXeon
2024-07-20 12:47:20 +07:00
committed by ThePedroo
parent 3cc5c64e5e
commit 098a720fcc
-14
View File
@@ -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;
}