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

fix(code)!: respect shiki themes

This commit is contained in:
2023-03-05 17:43:16 +08:00
parent 63a6fc2072
commit ee89b96068
2 changed files with 0 additions and 15 deletions

View File

@ -12,7 +12,3 @@ $hr-border: hsla(0deg 0% 50% / .3);
$quote-border: hsla(0deg 0% 50% / .3);
$thead-border: #d1d5db;
$tr-border: #e5e7eb;
// Shiki (code highlighting)
$shiki-light: #f8f8f8;
$shiki-dark: #0e0e0e;