1
0
mirror of https://github.com/kuohuanhuan/x-markdown-css.git synced 2024-11-25 06:18:19 +00:00

fix(colors): solve deprecated grammars

This commit is contained in:
郭桓桓 2023-02-28 22:38:44 +08:00
parent 4bc0772d38
commit 6fbb266d10
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75

View File

@ -1,11 +1,11 @@
$shiki-light: #f8f8f8;
$shiki-dark: #0e0e0e;
$link-border: hsla(0deg 0 50% / .3);
$link-border: hsla(0deg 0% 50% / .3);
$code: #111827;
$ol-counter: #6b7280;
$ul-counter: #d1d5db;
$hr-border: hsla(0deg 0 50% / .3);
$blockquote-border: hsla(0deg 0 50% / .3);
$hr-border: hsla(0deg 0% 50% / .3);
$blockquote-border: hsla(0deg 0% 50% / .3);
$figcaption: #6b7280;
$pre: #e5e7eb;
$thead: #111827;