diff --git a/src/webpage/style.css b/src/webpage/style.css index 9898f5d..22f6571 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -3106,7 +3106,7 @@ span .quote:last-of-type .quoteline { padding: 1px 2px; border-radius: 4px; cursor: pointer; - color: color-mix(in srgb, var(--userbg) 50%, var(--primary-text)); + color: color-mix(in srgb, var(--userbg) 75%, var(--primary-text)); background-image: var(--userbg, linear-gradient(var(--primary-text), var(--primary-text))); position: relative; z-index: 1;