Skip to content

Commit

Permalink
fix: fixed missing change-highlight in dark theme (#15)
Browse files Browse the repository at this point in the history
* fix: fixed missing change-highlight in dark theme support

fixes #12

* chore: Upgrade dependencies in pixi.toml
  • Loading branch information
melund authored Jun 10, 2024
1 parent 1fc0f8c commit bbf3a81
Show file tree
Hide file tree
Showing 3 changed files with 1,107 additions and 1,516 deletions.
4 changes: 4 additions & 0 deletions _static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
}


html[data-theme="dark"] .highlight .gr {
color: #CC3333;
}

/* [data-theme="dark"] .sd-card {
border-color: #00000000;
}
Expand Down
Loading

0 comments on commit bbf3a81

Please sign in to comment.