Fix the color of links in display footer notifications (#2151)
This commit is contained in:
parent
e498e2d029
commit
10e9f7acb8
@ -1719,6 +1719,9 @@ button.footer-notification-close-button {
|
|||||||
.tag-details-disambiguation-list>.tag-details-disambiguation:not(:last-child)::after {
|
.tag-details-disambiguation-list>.tag-details-disambiguation:not(:last-child)::after {
|
||||||
content: var(--disambiguation-separator);
|
content: var(--disambiguation-separator);
|
||||||
}
|
}
|
||||||
|
.footer-notification a {
|
||||||
|
color: var(--notification-text-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Overlays */
|
/* Overlays */
|
||||||
|
Loading…
Reference in New Issue
Block a user