css: Use --color-text-url variable as color for text links.

fixes: #31520
This commit is contained in:
Harsh
2025-01-15 16:33:00 +05:30
committed by Tim Abbott
parent 264e49e7e8
commit d5aca48cd8
2 changed files with 2 additions and 2 deletions

View File

@@ -528,7 +528,7 @@
.inbox-container #inbox-pane .inbox-empty-action-link { .inbox-container #inbox-pane .inbox-empty-action-link {
text-decoration: underline; text-decoration: underline;
color: hsl(200deg 100% 40%); color: var(--color-text-url);
} }
#inbox-filter_widget { #inbox-filter_widget {

View File

@@ -72,7 +72,7 @@
& button.user-status-value:focus { & button.user-status-value:focus {
/* Important is required for generic night them styling to not /* Important is required for generic night them styling to not
have precedence over this. */ have precedence over this. */
color: hsl(200deg 100% 40%) !important; color: var(--color-text-url) !important;
} }
.user-status-value { .user-status-value {