Updated gasket, fixed charts

This commit is contained in:
2024-11-17 20:42:42 -05:00
parent 3a41d5c81a
commit f26afcccf9
5 changed files with 89 additions and 128 deletions

View File

@ -23,7 +23,10 @@
no-repeat;
}
/* Dark mode for Plotly, copied from https://github.com/plotly/plotly.js/issues/2006#issuecomment-2081535168 */
[data-theme='dark'] .plot-container {
/*
Inspired by https://github.com/plotly/plotly.js/issues/2006#issuecomment-2081535168,
adapted for Victory charts
*/
[data-theme='dark'] .VictoryContainer {
filter: invert(75%) hue-rotate(180deg);
}