mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-15 17:25:26 -04:00
Improve calendar event text contrast (#1184)
Co-authored-by: ghreprimand <203024559+ghreprimand@users.noreply.github.com>
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user