Updated text selection visuals

pull/5507/head
Cagatay Civici 2024-04-01 14:20:29 +03:00
parent 20a0e94aa4
commit 589db107f9
2 changed files with 4 additions and 4 deletions

View File

@ -20,8 +20,8 @@
--hover-border-color: var(--p-surface-500);
--mark-background: var(--p-surface-700);
--mark-text-color: var(--p-surface-200);
--selection-background: color-mix(in srgb, var(--primary-color), transparent 84%);
--selection-text-color: rgba(255,255,255,.87);
--selection-background: var(--p-surface-700);
--selection-text-color: var(--p-surface-0);
--code-button-text-color: var(--p-surface-300);
--docsearch-mask-background: var(--p-mask-background);
}

View File

@ -20,8 +20,8 @@
--hover-border-color: var(--p-surface-400);
--mark-background: var(--p-surface-200);
--mark-text-color: var(--p-surface-700);
--selection-background: var(--p-primary-50);
--selection-text-color: var(--p-primary-700);
--selection-background: var(--p-surface-200);
--selection-text-color: var(--p-surface-950);
--code-button-text-color: var(--p-surface-300);
--docsearch-mask-background: var(--p-mask-background);
}