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 7bc744e commit a4d606c
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 a4d606c

Please sign in to comment.