diff --git a/app/assets/stylesheets/admin/pure.sass b/app/assets/stylesheets/admin/pure.sass
index 0f2e9021a18806e06d9109fb8d0cf85cc52ca717..262cd6664afdaddab315624cc36d8853e210ffc7 100644
--- a/app/assets/stylesheets/admin/pure.sass
+++ b/app/assets/stylesheets/admin/pure.sass
@@ -17,3 +17,4 @@
 @import 'pure/buttons'
 @import 'pure/navigation'
 @import 'pure/style'
+@import 'pure/summernote'
diff --git a/app/assets/stylesheets/admin/pure/summernote.sass b/app/assets/stylesheets/admin/pure/summernote.sass
new file mode 100644
index 0000000000000000000000000000000000000000..f2afb0886ec91388e925798138a087f097ba9cc5
--- /dev/null
+++ b/app/assets/stylesheets/admin/pure/summernote.sass
@@ -0,0 +1,4 @@
+.summernote
+    .note-editor
+        .note-toolbar
+            background-color: $color-bg
\ No newline at end of file