We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6dd5f commit b2b9604Copy full SHA for b2b9604
static/css/styles.css
@@ -595,10 +595,10 @@ dialog.calendar-event-dialog .dialog-close-button {
595
padding: 0;
596
width: calc(var(--padding) * 3);
597
height: calc(var(--padding) * 3);
598
- color: var(--bg-color-lighten);
+ color: var(--color-text-primary);
599
outline: 0;
600
}
601
602
dialog.calendar-event-dialog .dialog-close-button:hover {
603
- color: var(--color-text-primary);
+ color: var(--color-text-secondary);
604
0 commit comments