mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +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 {
|
.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 {
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user