Skip to content

Commit

Permalink
Fix update notification dark mode styles
Browse files Browse the repository at this point in the history
  • Loading branch information
bradp committed May 8, 2024
1 parent 70532e7 commit d4e0f81
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/modules/update-notifications/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
flex-direction: column;
flex-grow: 1;
gap: 10px;
justify-content: flex-end;
justify-content: center;
text-align: center;
}

Expand Down Expand Up @@ -160,3 +160,15 @@
.mh-improved-update-summary-content p {
font-size: 12px;
}

.mh-dark h1.mh-improved-update-summary-title {
color: var(--d-text);
}

.mh-dark .mh-improved-update-summary-body a {
color: var(--d-link);
}

.mh-dark .mh-improved-update-summary-changes {
background: var(--d-bg);
}

0 comments on commit d4e0f81

Please sign in to comment.