Skip to content

Commit

Permalink
fix: #152 修复Html标签无法覆盖粗体语法颜色
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Oct 8, 2023
1 parent 9ed1e49 commit b175d96
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion drake-ayu.css
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ blockquote {
border-left: none;
}

#write strong {
strong {
color: var(--strong-color);
font-weight: bold;
}
Expand Down
2 changes: 1 addition & 1 deletion drake-black.css
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ blockquote {
border-left: none;
}

#write strong {
strong {
color: var(--strong-color);
font-weight: bold;
}
Expand Down
2 changes: 1 addition & 1 deletion drake-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ blockquote {
border-left: none;
}

#write strong {
strong {
color: var(--strong-color);
font-weight: bold;
}
Expand Down
2 changes: 1 addition & 1 deletion drake-google.css
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ blockquote {
border-left: none;
}

#write strong {
strong {
color: var(--strong-color);
font-weight: bold;
}
Expand Down
2 changes: 1 addition & 1 deletion drake-jb.css
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ blockquote {
border-left: none;
}

#write strong {
strong {
color: var(--strong-color);
font-weight: bold;
}
Expand Down
2 changes: 1 addition & 1 deletion drake-juejin.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ blockquote {
border-left: none;
}

#write strong {
strong {
color: var(--strong-color);
font-weight: bold;
}
Expand Down
2 changes: 1 addition & 1 deletion drake-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ blockquote {
border-left: none;
}

#write strong {
strong {
color: var(--strong-color);
font-weight: bold;
}
Expand Down
2 changes: 1 addition & 1 deletion drake-material.css
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ blockquote {
border-left: none;
}

#write strong {
strong {
color: var(--strong-color);
font-weight: bold;
}
Expand Down
2 changes: 1 addition & 1 deletion drake-purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ blockquote {
border-left: none;
}

#write strong {
strong {
color: var(--strong-color);
font-weight: bold;
}
Expand Down
2 changes: 1 addition & 1 deletion drake-vue.css
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ blockquote {
border-left: none;
}

#write strong {
strong {
color: var(--strong-color);
font-weight: bold;
}
Expand Down
2 changes: 1 addition & 1 deletion drake-vue3.css
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ blockquote {
border: 1px solid #42b883;
}

#write strong {
strong {
color: var(--strong-color);
font-weight: bold;
}
Expand Down
2 changes: 1 addition & 1 deletion drake.css
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ blockquote {
border-left: none;
}

#write strong {
strong {
color: var(--strong-color);
font-weight: bold;
}
Expand Down

0 comments on commit b175d96

Please sign in to comment.