diff options
Diffstat (limited to 'public')
-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; |