Skip to content

Commit

Permalink
chore: replace #22d7bb to #348fe4
Browse files Browse the repository at this point in the history
  • Loading branch information
mengshuicmq committed May 20, 2021
1 parent 82be75c commit fbfaec5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-wt-editor",
"version": "1.4.6",
"version": "1.4.7",
"homepage": "https://github.com/worktile/angular-wt-editor",
"authors": [
"YCTech"
Expand Down
12 changes: 6 additions & 6 deletions dist/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
border-color: #4078c0;
}
.markdown-body a {
color: #22d7bb;
color: #348fe4;
text-decoration: none;
background-color: transparent;
}
Expand Down Expand Up @@ -591,7 +591,7 @@
.markdown-body blockquote {
padding: 0 15px;
color: #666;
border-left: 3px solid #22d7bb;
border-left: 3px solid #348fe4;
}
.markdown-body blockquote > :first-child {
margin-top: 0;
Expand Down Expand Up @@ -744,8 +744,8 @@
fill: #333333;
}
.markdown-body .actor {
stroke: #22d7bb;
fill: #22d7bb;
stroke: #348fe4;
fill: #348fe4;
}
.markdown-body text.actor {
fill: #fff;
Expand Down Expand Up @@ -880,8 +880,8 @@
.markdown-body .mermaid .task1,
.markdown-body .mermaid .task2,
.markdown-body .mermaid .task3 {
fill: #22d7bb;
stroke: #22d7bb;
fill: #348fe4;
stroke: #348fe4;
}
.markdown-body .mermaid .taskTextOutside0,
.markdown-body .mermaid .taskTextOutside2 {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-wt-editor",
"version": "1.4.6",
"version": "1.4.7",
"description": "angular-wt-editor =================",
"main": "index.js",
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions src/css/markdown.less
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}

a {
color: #22d7bb;
color: #348fe4;
text-decoration: none;
background-color: transparent;
&:active, &:hover {
Expand Down Expand Up @@ -342,7 +342,7 @@
blockquote {
padding: 0 15px;
color: #666;
border-left: 3px solid #22d7bb;
border-left: 3px solid #348fe4;
& > :first-child {
margin-top: 0;
}
Expand Down Expand Up @@ -522,8 +522,8 @@
fill: #333333;
}
.actor {
stroke: #22d7bb;
fill: #22d7bb;
stroke: #348fe4;
fill: #348fe4;
}
text.actor {
fill: #fff;
Expand Down Expand Up @@ -662,8 +662,8 @@
.task1,
.task2,
.task3 {
fill: #22d7bb;
stroke: #22d7bb;
fill: #348fe4;
stroke: #348fe4;
}
.taskTextOutside0,
.taskTextOutside2 {
Expand Down

0 comments on commit fbfaec5

Please sign in to comment.