Skip to content

Commit

Permalink
Editor content style
Browse files Browse the repository at this point in the history
  • Loading branch information
farzindev committed Apr 12, 2021
1 parent b4f27e3 commit 8d495ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/Blogifier.Admin/wwwroot/admin/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Blogifier.Admin/wwwroot/admin/css/app.css.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions src/Blogifier.Admin/wwwroot/admin/scss/include/_editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -207,13 +207,13 @@
// THEME
.cm-s-easymde {
.cm-tag {
color: #63a35c;
color: $hljs-green;
}
.cm-attribute {
color: #795da3;
color: $hljs-blue;
}
.cm-string {
color: #183691;
color: $hljs-red;
}
.cm-header-1 {
font-size: 200%;
Expand All @@ -236,17 +236,17 @@
border-radius: 2px;
}
.cm-link {
color: #7f8c8d;
color: $hljs-blue;
}
.cm-url {
color: #aab2b3;
color: $hljs-blue;
}
.cm-quote {
color: #7f8c8d;
color: $hljs-comments;
font-style: italic;
}
.cm-hr {
color: #999;
color: $hljs-comments;
}
}

Expand Down

0 comments on commit 8d495ac

Please sign in to comment.