fix(entry-cover): remove color property for link to enhance visibility

This commit is contained in:
Aditya Telange
2025-09-28 00:45:50 +05:30
parent 73f747f017
commit 0abc19221a

View File

@@ -102,6 +102,5 @@
} }
.entry-cover a { .entry-cover a {
color: var(--secondary);
box-shadow: 0 1px 0 var(--primary); box-shadow: 0 1px 0 var(--primary);
} }