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
View File
@@ -89,6 +89,7 @@ params:
# color:
# textColor: "#343a40"
# secondaryTextColor: "#6c757d"
# textLinkColor: "#0d6efd"
# backgroundColor: "#eaedf0"
# secondaryBackgroundColor: "#64ffda1a"
# primaryColor: "#007bff"
@@ -97,6 +98,7 @@ params:
# darkmode:
# textColor: "#e4e6eb"
# secondaryTextColor: "#b0b3b8"
# textLinkColor: "#0d6efd"
# backgroundColor: "#18191a"
# secondaryBackgroundColor: "#212529"
# primaryColor: "#ffffff"