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

Compare commits

..

2 Commits

Author SHA1 Message Date
af46b8e083 chore: release v0.0.0-20230301.3 2023-03-01 20:22:48 +08:00
e2aeb767cd fix(blockquote): fix incorrect border configuration 2023-03-01 20:22:34 +08:00
3 changed files with 3 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.3",
"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.3",
"description": "A simple and customizable Markdown CSS for everyone.",
"keywords": [
"markdown",

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 {