Skip to content

Commit

Permalink
Fix overline dark color
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahFu committed Apr 26, 2024
1 parent 07f16c2 commit ebdb973
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/notes/MathInput.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
@apply border-l-gray-800 dark:border-l-gray-300;
}

.mq-editable-field .mq-overline {
@apply dark:border-t-gray-300;
}

td .mq-editable-field {
@apply block;
}
Expand Down

0 comments on commit ebdb973

Please sign in to comment.