summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2015-06-03 22:05:49 -0700
committerAaron Parecki <aaron@parecki.com>2015-06-03 22:05:49 -0700
commit5b1d595fcff8f7a7194cd09b8a298027e11eac8c (patch)
treeb038037ac94ee0483ae72b229eb113611c4cc496 /public
parent95c8b73585eb397a31c5a658b2fefe2208bef522 (diff)
make image embed button darker
Diffstat (limited to 'public')
-rw-r--r--public/editor/style.css4
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;