diff options
author | Aaron Parecki <aaron@parecki.com> | 2015-06-03 22:05:49 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2015-06-03 22:05:49 -0700 |
commit | 5b1d595fcff8f7a7194cd09b8a298027e11eac8c (patch) | |
tree | b038037ac94ee0483ae72b229eb113611c4cc496 /public/editor | |
parent | 95c8b73585eb397a31c5a658b2fefe2208bef522 (diff) |
make image embed button darker
Diffstat (limited to 'public/editor')
-rw-r--r-- | public/editor/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/editor/style.css b/public/editor/style.css index 8cb602f..f646198 100644 --- a/public/editor/style.css +++ b/public/editor/style.css @@ -213,6 +213,10 @@ body, input { min-height: 300px; } +.medium-editor-insert-plugin .medium-insert-buttons { + color: #bbb; +} + /* editor's h1 is actually h3 */ h3 { font-weight: bold; |