Skip to content

Commit

Permalink
webpack: fixed review form in dark theme #144
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoeejoee committed Jul 13, 2022
1 parent 05df428 commit 85095ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webpack/src/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@

.text-transform-none {
text-transform: none !important;
}

.theme--dark .tiptap-vuetify-editor__content p {
color: white;
}

0 comments on commit 85095ad

Please sign in to comment.