Skip to content

Commit

Permalink
Update code styles
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckh committed Dec 23, 2016
1 parent 61e54c3 commit 2667a98
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions polymer-quill-styles-snow.html
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@
:host ::content .ql-snow .ql-editor pre {
background-color: #f0f0f0;
border-radius: 3px;
line-height: 1.5;
}
:host ::content .ql-snow .ql-editor pre {
white-space: pre-wrap;
Expand All @@ -589,6 +590,15 @@
color: #f8f8f2;
overflow: visible;
}
:host ::content .hljs-keyword, .hljs-selector-tag, .hljs-name, .hljs-attr {
color: #f92672;
}
:host ::content .hljs-string, .hljs-type, .hljs-built_in, .hljs-builtin-name, .hljs-selector-id, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-addition, .hljs-variable, .hljs-template-variable {
color: #e6db74;
}
:host ::content .hljs-comment, .hljs-deletion, .hljs-meta {
color: #75715e;
}
:host ::content .ql-snow .ql-editor img {
max-width: 100%;
}
Expand Down

0 comments on commit 2667a98

Please sign in to comment.