Skip to content

Commit

Permalink
style: fix scss issues
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuhanming committed Mar 6, 2022
1 parent c0c97c3 commit 4da4784
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ table.codehilite {

// Summernote defaults
$summernote-border-color: #e4e4e4;
$summernote-font-color: #000000;

.note-editor,
.note-editor.note-airframe {
Expand All @@ -95,6 +96,6 @@ $summernote-border-color: #e4e4e4;
.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable,
.note-editor .note-editing-area .note-editable {
color: black;
color: $summernote-font-color;
padding: 10px;
}

0 comments on commit 4da4784

Please sign in to comment.