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

Compare commits

...

4 Commits

4 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "x-markdown-css",
"version": "0.0.0-20230301.2",
"version": "0.0.0-20230301.4",
"lockfileVersion": 3,
"requires": true,
"packages": {

View File

@ -1,6 +1,6 @@
{
"name": "x-markdown-css",
"version": "0.0.0-20230301.2",
"version": "0.0.0-20230301.4",
"description": "A simple and customizable Markdown CSS for everyone.",
"keywords": [
"markdown",

View File

@ -1,6 +1,7 @@
code {
font-size: .85rem;
font-weight: 600;
font-family: var(--xm-font-mono);
color: var(--xm-c-dark);
&::before, &::after {
content: '`';

View File

@ -6,8 +6,7 @@ q {
font-weight: 500;
font-style: italic;
color: inherit;
border-color: var(--xm-c-blockquote-border);
border-left-width: .25rem;
border-left: .25rem solid var(--xm-c-blockquote-border);
quotes: '\201C''\201D''\2018''\2019';
p {
&:first-of-type::before {