From ca2c7c8c92e7a083c8f35867139b8cf5a7c6f7bf Mon Sep 17 00:00:00 2001 From: Mickey Kay Date: Thu, 16 Jan 2014 17:11:44 -0800 Subject: [PATCH] Added editor styles --- lib/admin/editor-style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/admin/editor-style.css b/lib/admin/editor-style.css index e3de205..1c909fc 100644 --- a/lib/admin/editor-style.css +++ b/lib/admin/editor-style.css @@ -19,6 +19,14 @@ body { font-size: 1.6rem; } +.content a { + color: #f15123; +} + +.content a:hover { + color: #333; +} + .content ul, .content ol { margin: 0 0 26px 40px;