mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
css: Use --color-text-url variable as color for text links.
fixes: #31520
This commit is contained in:
@@ -528,7 +528,7 @@
|
||||
|
||||
.inbox-container #inbox-pane .inbox-empty-action-link {
|
||||
text-decoration: underline;
|
||||
color: hsl(200deg 100% 40%);
|
||||
color: var(--color-text-url);
|
||||
}
|
||||
|
||||
#inbox-filter_widget {
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
& button.user-status-value:focus {
|
||||
/* Important is required for generic night them styling to not
|
||||
have precedence over this. */
|
||||
color: hsl(200deg 100% 40%) !important;
|
||||
color: var(--color-text-url) !important;
|
||||
}
|
||||
|
||||
.user-status-value {
|
||||
|
||||
Reference in New Issue
Block a user