mirror of
https://github.com/kuohuanhuan/x-markdown-css.git
synced 2024-11-25 06:18:19 +00:00
Compare commits
3 Commits
v0.0.0-202
...
v0.0.0-202
Author | SHA1 | Date | |
---|---|---|---|
1bb7e502ac
|
|||
de50484e3b
|
|||
6fbb266d10
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "x-markdown-css",
|
"name": "x-markdown-css",
|
||||||
"version": "0.0.0-20230228.13",
|
"version": "0.0.0-20230228.14",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "x-markdown-css",
|
"name": "x-markdown-css",
|
||||||
"version": "0.0.0-20230228.13",
|
"version": "0.0.0-20230228.14",
|
||||||
"description": "A simple and customizable Markdown CSS for everyone.",
|
"description": "A simple and customizable Markdown CSS for everyone.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"markdown",
|
"markdown",
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
$shiki-light: #f8f8f8;
|
$shiki-light: #f8f8f8;
|
||||||
$shiki-dark: #0e0e0e;
|
$shiki-dark: #0e0e0e;
|
||||||
$link-border: hsla(0deg 0 50% / .3);
|
$link-border: hsla(0deg 0% 50% / .3);
|
||||||
$code: #111827;
|
$code: #111827;
|
||||||
$ol-counter: #6b7280;
|
$ol-counter: #6b7280;
|
||||||
$ul-counter: #d1d5db;
|
$ul-counter: #d1d5db;
|
||||||
$hr-border: hsla(0deg 0 50% / .3);
|
$hr-border: hsla(0deg 0% 50% / .3);
|
||||||
$blockquote-border: hsla(0deg 0 50% / .3);
|
$blockquote-border: hsla(0deg 0% 50% / .3);
|
||||||
$figcaption: #6b7280;
|
$figcaption: #6b7280;
|
||||||
$pre: #e5e7eb;
|
$pre: #e5e7eb;
|
||||||
$thead: #111827;
|
$thead: #111827;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.markdown-body,
|
.markdown-body,
|
||||||
.prose {
|
.prose {
|
||||||
max-width: 65ch;
|
max-width: fit-content;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: var(--xm-c-general);
|
color: var(--xm-c-general);
|
||||||
line-height: 1.75;
|
line-height: 1.75;
|
||||||
|
Reference in New Issue
Block a user