fix(ui): tune light mode contrast

This commit is contained in:
Shantur Rathore
2026-02-03 17:37:02 +00:00
parent 17a3e43ac7
commit aab0692403
11 changed files with 101 additions and 40 deletions

View File

@@ -103,7 +103,7 @@
}
.message-timeline-segment-active {
border-color: transparent;
border-color: color-mix(in oklab, var(--timeline-segment-active-bg) 92%, var(--timeline-segment-active-text));
background-color: var(--timeline-segment-active-bg);
color: var(--timeline-segment-active-text);
font-weight: 700;
@@ -182,7 +182,7 @@
.message-timeline-segment-active {
background-color: var(--timeline-segment-active-bg) !important;
border-color: transparent !important;
border-color: color-mix(in oklab, var(--timeline-segment-active-bg) 92%, var(--timeline-segment-active-text)) !important;
color: var(--timeline-segment-active-text) !important;
font-weight: 700;
box-shadow: var(--timeline-segment-active-ring);