Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions apps/web/res/css/structures/_NonUrgentToastContainer.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,15 @@ Please see LICENSE files in the repository root for full details.
/* in all themes. */
background-color: #17191c;
color: #fff;

/* Inline links inherit `--cpd-color-text-primary` from
* `_AccessibleButton.pcss`, which is theme-dependent — on light
* theme that is a dark colour, which is invisible against this
* container's hard-coded dark background. Pin the link colour to
* white so it stays readable in both themes, matching the
* container's intentional theme-independence noted above. */
.mx_AccessibleButton.mx_AccessibleButton_kind_link_inline {
color: #fff;
}
}
}
Loading