Fix the color of links in display footer notifications (#2151)

This commit is contained in:
toasted-nutbread 2022-05-21 15:28:36 -04:00 committed by GitHub
parent e498e2d029
commit 10e9f7acb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */