Skip to content

Commit bbf3a81

Browse files
authored
fix: fixed missing change-highlight in dark theme (#15)
* fix: fixed missing change-highlight in dark theme support fixes #12 * chore: Upgrade dependencies in pixi.toml
1 parent 1fc0f8c commit bbf3a81

File tree

3 files changed

+1107
-1516
lines changed

3 files changed

+1107
-1516
lines changed

_static/custom.css

+4
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@
6060
}
6161

6262

63+
html[data-theme="dark"] .highlight .gr {
64+
color: #CC3333;
65+
}
66+
6367
/* [data-theme="dark"] .sd-card {
6468
border-color: #00000000;
6569
}

0 commit comments

Comments
 (0)