sass: Remove useless coloring from close button

Remove useless coloring from lightbox close button.
This commit is contained in:
finga 2023-02-15 05:21:03 +01:00
parent 3c7881f4af
commit 520b59c048

View file

@ -22,10 +22,6 @@ html, .navbar, .footer {
a {
color: hsl(217, 71%, 70%);
}
.lightbox a.delete {
color: $light;
}
}
.lightbox {