mirror of
https://github.com/kuohuanhuan/x-markdown-css.git
synced 2024-11-25 06:18:19 +00:00
refactor: rename dirs and files in a more meaningful way
This commit is contained in:
13
src/scss/variables/_colors.scss
Normal file
13
src/scss/variables/_colors.scss
Normal file
@ -0,0 +1,13 @@
|
||||
$shiki-light: #f8f8f8;
|
||||
$shiki-dark: #0e0e0e;
|
||||
$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);
|
||||
$figcaption: #6b7280;
|
||||
$pre: #e5e7eb;
|
||||
$thead: #111827;
|
||||
$thead-border: #d1d5db;
|
||||
$tr-border: #e5e7eb;
|
2
src/scss/variables/_constants.scss
Normal file
2
src/scss/variables/_constants.scss
Normal file
@ -0,0 +1,2 @@
|
||||
$font-regular: 'Open Sans', 'Inter', 'Roboto', 'Helvetica', 'Arial', 'Sarasa Gothic TC', 'Sarasa Gothic SC', 'Noto Sans TC', 'Noto Sans SC', 'Microsoft JhengHei', 'Microsoft YaHei', -apple-system, sans-serif;
|
||||
$font-code: 'DM Mono', 'Fira Code', 'Jetbrains Mono', 'Input Mono', 'Menlo', 'MesloLGS NF', 'Ubuntu', monospace;
|
3
src/scss/variables/_dark.scss
Normal file
3
src/scss/variables/_dark.scss
Normal file
@ -0,0 +1,3 @@
|
||||
$general: #bbb;
|
||||
$dark: #ddd;
|
||||
$darker: #fff;
|
3
src/scss/variables/_light.scss
Normal file
3
src/scss/variables/_light.scss
Normal file
@ -0,0 +1,3 @@
|
||||
$general: #555;
|
||||
$dark: #222;
|
||||
$darker: #000;
|
Reference in New Issue
Block a user