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
+2 -2
View File
@@ -4,7 +4,7 @@ footer a h5 {
footer a {
text-decoration: none;
color: var(--text-secondary-color) !important;
color: var(--text-link-color) !important;
}
footer a:hover {
@@ -35,7 +35,7 @@ footer .card-footer {
}
footer .card-footer a {
color: var(--text-secondary-color) !important;
color: var(--text-link-color) !important;
border-color: var(--primary-color) !important;
transition: none;
background-color: var(--background-color) !important;