Skip to content

Commit

Permalink
Fix TIFY input colors in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
t11r committed Apr 8, 2024
1 parent 81d9fa1 commit 70f9b52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles/elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@ ul {
color: invert($body-color);
}

// Revert dark mode for TIFY frame until TIFY has a dark mode
.dark .tify & {
background: $white;
color: inherit;
}

&:focus {
border-color: $link-hover-color;
box-shadow: 0 0 0 5px $link-hover-bg;
Expand Down

0 comments on commit 70f9b52

Please sign in to comment.