From 766c69f33b55ad879a291db1718a10e7e738f06f Mon Sep 17 00:00:00 2001 From: iseulde <ella@iseulde.com> Date: Thu, 23 Feb 2017 17:24:54 +0100 Subject: [PATCH] Limit link styles to the editor content --- shared/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shared/index.css b/shared/index.css index f5589e5ac05a21..e8284a6d4e1d84 100644 --- a/shared/index.css +++ b/shared/index.css @@ -7,10 +7,6 @@ body { margin: 1em; } -a { - color: inherit; -} - #editor { background: #fff; margin: 5em auto; @@ -19,6 +15,10 @@ a { width: 37.5em; } +#editor a { + color: inherit; +} + #editor iframe { max-width: 100%; border: 0;