Skip to content

Commit

Permalink
feat: 优化信息面板标题的背景色值
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsonliu committed Feb 23, 2023
1 parent c8c8efd commit 318740e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/sass/markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ div[data-type='codeBlock'] {
background-color: #cfe2ff;
color: #0a58ca;
.cherry-panel--title {
background-color: #0a58ca;
background-color: #0d6dfe;
&.cherry-panel--title__not-empty::before {
content: '\EA6A';
}
Expand All @@ -504,7 +504,7 @@ div[data-type='codeBlock'] {
background-color: #cff4fc;
color: #087990;
.cherry-panel--title {
background-color: #0dcaf0;
background-color: #099cba;
&.cherry-panel--title__not-empty::before {
content: '\EA69';
}
Expand All @@ -514,7 +514,7 @@ div[data-type='codeBlock'] {
background-color: #fff3cd;
color: #997404;
.cherry-panel--title {
background-color: #997404;
background-color: #b38806;
&.cherry-panel--title__not-empty::before {
content: '\EA6B';
}
Expand All @@ -524,7 +524,7 @@ div[data-type='codeBlock'] {
background-color: #f8d7da;
color: #b02a37;
.cherry-panel--title {
background-color: #b02a37;
background-color: #dc3545;
&.cherry-panel--title__not-empty::before {
content: '\EA68';
}
Expand All @@ -534,7 +534,7 @@ div[data-type='codeBlock'] {
background-color: #d1e7dd;
color: #146c43;
.cherry-panel--title {
background-color: #146c43;
background-color: #198754;
&.cherry-panel--title__not-empty::before {
content: '\EA67';
}
Expand Down

0 comments on commit 318740e

Please sign in to comment.