add support for customizable link text color

This commit is contained in:
CeduDev
2024-06-22 15:25:27 +03:00
parent 236b319bd7
commit 4e7a699843
8 changed files with 20 additions and 15 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#projects a {
text-decoration: none;
color: var(--text-color) !important;
color: var(--text-link-color) !important;
}
#projects .badge {