refactor(vars): organize variables
This commit is contained in:
parent
59745590c2
commit
5ee77990a6
src/scss/variables
|
@ -1,13 +1,16 @@
|
|||
$shiki-light: #f8f8f8;
|
||||
$shiki-dark: #0e0e0e;
|
||||
$link-border: hsla(0deg 0% 50% / .3);
|
||||
// Colors
|
||||
$pre: #e5e7eb;
|
||||
$code: #111827;
|
||||
$figcaption: #6b7280;
|
||||
$thead: #111827;
|
||||
$ol-counter: #6b7280;
|
||||
$ul-counter: #d1d5db;
|
||||
// Border
|
||||
$link-border: hsla(0deg 0% 50% / .3);
|
||||
$hr-border: hsla(0deg 0% 50% / .3);
|
||||
$quote-border: hsla(0deg 0% 50% / .3);
|
||||
$figcaption: #6b7280;
|
||||
$pre: #e5e7eb;
|
||||
$thead: #111827;
|
||||
$thead-border: #d1d5db;
|
||||
$tr-border: #e5e7eb;
|
||||
// Shiki (code highlight)
|
||||
$shiki-light: #f8f8f8;
|
||||
$shiki-dark: #0e0e0e;
|
||||
|
|
Loading…
Reference in New Issue