Fixed variables

pull/5507/head
Cagatay Civici 2024-03-26 11:22:52 +03:00
parent 7ee20a2863
commit 2b441888f8
2 changed files with 7 additions and 7 deletions

View File

@ -10,17 +10,17 @@
--mobile-menu-background: rgba(0,0,0,.3); --mobile-menu-background: rgba(0,0,0,.3);
--card-border: 1px solid transparent; --card-border: 1px solid transparent;
--card-background: var(--p-surface-900); --card-background: var(--p-surface-900);
--border-color: var(--p-surface-800); --border-color: var(--p-surface-700);
--ground-background: var(--p-surface-950); --ground-background: var(--p-surface-950);
--overlay-background: var(--p-surface-900); --overlay-background: var(--p-surface-900);
--hover-background: var(--p-surface-800); --hover-background: var(--p-surface-800);
--code-background: var(--p-surface-900); --code-background: var(--p-surface-900);
--high-contrast-text-color: var(--p-surface-0); --high-contrast-text-color: var(--p-surface-0);
--hover-border-color: var(--p-surface-600); --hover-border-color: var(--p-surface-500);
--mark-background: var(--p-surface-800); --mark-background: var(--p-surface-700);
--mark-text-color: var(--p-surface-300); --mark-text-color: var(--p-surface-200);
--selection-background: color-mix(in srgb, var(--primary-color-default), transparent 84%); --selection-background: color-mix(in srgb, var(--primary-color), transparent 84%);
--selection-text-color: rgba(255,255,255,.87); --selection-text-color: rgba(255,255,255,.87);
--code-button-text-color: var(--p-surface-300); --code-button-text-color: var(--p-surface-300);
--docsearch-mask-background: var(-p-mask-bg); --docsearch-mask-background: var(--p-mask-background);
} }

View File

@ -22,5 +22,5 @@
--selection-background: var(--p-primary-50); --selection-background: var(--p-primary-50);
--selection-text-color: var(--p-primary-700); --selection-text-color: var(--p-primary-700);
--code-button-text-color: var(--p-surface-300); --code-button-text-color: var(--p-surface-300);
--docsearch-mask-background: var(-p-mask-bg); --docsearch-mask-background: var(--p-mask-background);
} }