From fbfaec5d525e06a78ba214eaa15aa56943761ed4 Mon Sep 17 00:00:00 2001 From: mengshuicmq Date: Thu, 20 May 2021 17:10:12 +0800 Subject: [PATCH] chore: replace #22d7bb to #348fe4 --- bower.json | 2 +- dist/editor.css | 12 ++++++------ package.json | 2 +- src/css/markdown.less | 12 ++++++------ 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/bower.json b/bower.json index 3c55865..5bbfca0 100644 --- a/bower.json +++ b/bower.json @@ -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" diff --git a/dist/editor.css b/dist/editor.css index 49d0c43..6da2918 100644 --- a/dist/editor.css +++ b/dist/editor.css @@ -276,7 +276,7 @@ border-color: #4078c0; } .markdown-body a { - color: #22d7bb; + color: #348fe4; text-decoration: none; background-color: transparent; } @@ -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; @@ -744,8 +744,8 @@ fill: #333333; } .markdown-body .actor { - stroke: #22d7bb; - fill: #22d7bb; + stroke: #348fe4; + fill: #348fe4; } .markdown-body text.actor { fill: #fff; @@ -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 { diff --git a/package.json b/package.json index 5ceaceb..e49e1f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-wt-editor", - "version": "1.4.6", + "version": "1.4.7", "description": "angular-wt-editor =================", "main": "index.js", "scripts": { diff --git a/src/css/markdown.less b/src/css/markdown.less index 7a2d64f..8187444 100644 --- a/src/css/markdown.less +++ b/src/css/markdown.less @@ -31,7 +31,7 @@ } a { - color: #22d7bb; + color: #348fe4; text-decoration: none; background-color: transparent; &:active, &:hover { @@ -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; } @@ -522,8 +522,8 @@ fill: #333333; } .actor { - stroke: #22d7bb; - fill: #22d7bb; + stroke: #348fe4; + fill: #348fe4; } text.actor { fill: #fff; @@ -662,8 +662,8 @@ .task1, .task2, .task3 { - fill: #22d7bb; - stroke: #22d7bb; + fill: #348fe4; + stroke: #348fe4; } .taskTextOutside0, .taskTextOutside2 {