Improve calendar event text contrast (#1184)

Co-authored-by: ghreprimand <203024559+ghreprimand@users.noreply.github.com>
This commit is contained in:
ghreprimand
2026-06-02 09:14:52 -05:00
committed by GitHub
parent c12ae79c42
commit 7b43fa9372
4 changed files with 121 additions and 4 deletions
+2 -2
View File
@@ -33129,7 +33129,7 @@ button.cal-view-btn {
line-height: 11px;
padding: 0 4px;
border-radius: 3px;
color: #fff;
color: var(--cal-event-fg, #fff);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@@ -33355,7 +33355,7 @@ button.cal-view-btn {
font-weight: 500;
padding: 2px 5px;
border-radius: 3px;
color: var(--fg);
color: var(--cal-event-fg, var(--fg));
cursor: pointer;
white-space: nowrap;
overflow: hidden;