diff --git a/BTCPayServer/wwwroot/img/icon-sprite.svg b/BTCPayServer/wwwroot/img/icon-sprite.svg
index b546fa126..5783866f9 100644
--- a/BTCPayServer/wwwroot/img/icon-sprite.svg
+++ b/BTCPayServer/wwwroot/img/icon-sprite.svg
@@ -24,7 +24,6 @@
-
@@ -44,6 +43,7 @@
+
@@ -60,4 +60,4 @@
-
+
\ No newline at end of file
diff --git a/BTCPayServer/wwwroot/img/supporter-sprite.svg b/BTCPayServer/wwwroot/img/supporter-sprite.svg
index 5319f8944..12ea3c57d 100644
--- a/BTCPayServer/wwwroot/img/supporter-sprite.svg
+++ b/BTCPayServer/wwwroot/img/supporter-sprite.svg
@@ -1,14 +1,11 @@
-
+
+
\ No newline at end of file
diff --git a/BTCPayServer/wwwroot/main/themes/default-dark.css b/BTCPayServer/wwwroot/main/themes/default-dark.css
index d14b6faa2..fb66f5d6b 100644
--- a/BTCPayServer/wwwroot/main/themes/default-dark.css
+++ b/BTCPayServer/wwwroot/main/themes/default-dark.css
@@ -17,7 +17,7 @@
--btcpay-body-text: var(--btcpay-white);
--btcpay-body-text-muted: var(--btcpay-neutral-600);
--btcpay-body-text-rgb: 255, 255, 255;
- --btcpay-body-link-accent: var(--btcpay-primary-accent);
+ --btcpay-body-link-accent: var(--btcpay-primary-300);
--btcpay-form-bg: var(--btcpay-bg-dark);
--btcpay-form-text: var(--btcpay-neutral-800);
--btcpay-form-text-label: var(--btcpay-neutral-900);
@@ -27,7 +27,6 @@
--btcpay-nav-link-active: var(--btcpay-white);
--btcpay-footer-link-accent: var(--btcpay-neutral-800);
--btcpay-pre-bg: var(--btcpay-bg-dark);
- --btcpay-primary-accent: var(--btcpay-primary-300);
--btcpay-secondary: transparent;
--btcpay-secondary-text-active: var(--btcpay-primary);
--btcpay-secondary-rgb: 22, 27, 34;