Skip to content

Commit 2e645bd

Browse files
authored
Merge pull request #40 from jiri-one/dark_mode
Adjusting trix to better handle dark mode
2 parents 113f85d + 207373a commit 2e645bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

prose/static/prose/editor.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ form .aligned .django-prose-editor-container trix-editor ul li {
1515
form .aligned .django-prose-editor-container trix-editor ul li {
1616
list-style-type: initial;
1717
}
18+
19+
.django-prose-editor-container trix-toolbar .trix-button {
20+
background: #fff !important;
21+
}

0 commit comments

Comments
 (0)