Merge pull request #180 from CeduDev/master

Add support for customizable link text color
This commit is contained in:
Guru Sabarish
2024-08-11 12:15:03 +05:30
committed by GitHub
8 changed files with 20 additions and 15 deletions
+2
View File
@@ -89,6 +89,7 @@ params:
# color:
# textColor: "#343a40"
# secondaryTextColor: "#6c757d"
# textLinkColor: "#007bff"
# backgroundColor: "#eaedf0"
# secondaryBackgroundColor: "#64ffda1a"
# primaryColor: "#007bff"
@@ -97,6 +98,7 @@ params:
# darkmode:
# textColor: "#e4e6eb"
# secondaryTextColor: "#b0b3b8"
# textLinkColor: "#ffffff"
# backgroundColor: "#18191a"
# secondaryBackgroundColor: "#212529"
# primaryColor: "#ffffff"