diff --git a/ui/public/index.html b/ui/public/index.html
index 3c2b1841..73eb0af1 100644
--- a/ui/public/index.html
+++ b/ui/public/index.html
@@ -9,31 +9,42 @@
-
-
diff --git a/ui/src/components/CustomizeTheme/index.tsx b/ui/src/components/CustomizeTheme/index.tsx
index 63524e37..1310358c 100644
--- a/ui/src/components/CustomizeTheme/index.tsx
+++ b/ui/src/components/CustomizeTheme/index.tsx
@@ -76,6 +76,12 @@ const Index: FC = () => {
.dropdown-menu {
--bs-dropdown-link-active-bg: rgb(var(--bs-primary-rgb));
}
+ .link-primary {
+ color: ${primaryColor.hex()}!important;
+ }
+ .link-primary:hover, .link-primary:focus {
+ color: ${shadeColor(primaryColor, 0.8).hex()}!important
+ }
`}
)}