Skip to content

Commit

Permalink
Merge pull request #177 from WordPress/tinymce-link-styles
Browse files Browse the repository at this point in the history
Add styles for new tinymce link behaviour
  • Loading branch information
ellatrix committed Mar 3, 2017
2 parents b7147ea + c93cb25 commit a4dd691
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion tinymce/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,19 @@ body {
}

body {
font: 13px/1.8 -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
font-family: Georgia, serif;
font-size: 16px;
max-width: 720px;
margin: 60px auto;
color: #12181e;
}

*[contenteditable] {
outline: none;
}

a[data-mce-selected] {
background: #bfe6ff;
border-radius: 1px;
box-shadow: 0 0 0 1px #bfe6ff;
}

0 comments on commit a4dd691

Please sign in to comment.