Skip to content

Commit

Permalink
Limit link styles to the editor content
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Feb 23, 2017
1 parent acb2019 commit 766c69f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shared/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ body {
margin: 1em;
}

a {
color: inherit;
}

#editor {
background: #fff;
margin: 5em auto;
Expand All @@ -19,6 +15,10 @@ a {
width: 37.5em;
}

#editor a {
color: inherit;
}

#editor iframe {
max-width: 100%;
border: 0;
Expand Down

0 comments on commit 766c69f

Please sign in to comment.