File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /* Overwrite edge colors and arror marker color in dakr mode. in */
1+ /* Overwrite edge colors and arrow marker color in dark mode. */
22html [data-theme = "dark" ] pre .mermaid {
33 & .marker {
44 fill : # e3e3e3 !important ;
Original file line number Diff line number Diff line change 1+ /* Overwrite xarray wrapper in dark mode. */
2+ html [data-theme = "dark" ] div .cell_output div .output .text_html {
3+ background-color : var (--pst-color-on-background ) !important ;
4+ color : var (--pst-color-text-base ) !important ;
5+ }
6+
7+ /* Tables */
8+ html [data-theme = "dark" ] div .cell_output table {
9+ color : var (--pst-color-text-base ) !important ;
10+ }
11+
12+ html [data-theme = "dark" ] div .cell_output tbody tr : nth-child (odd) {
13+ background-color : var (--pst-color-on-background ) !important ;
14+ }
Original file line number Diff line number Diff line change 133133 'contributing' : [],
134134 'changelog' : [],
135135 'config/project/subproject/config_docs' : [],
136+ 'notebooks/tips_and_tricks' : [],
136137}
137138
138139# Theme options are theme-specific and customize the look and feel of a
147148html_static_path = ["_static" ]
148149html_css_files = [
149150 'css/mermaid_dark.css' ,
151+ 'css/xarray_dark.css' ,
150152]
151153
152154# -- Options for HTMLHelp output ---------------------------------------
Original file line number Diff line number Diff line change 99installation
1010usage
1111config/project/subproject/config_docs
12+ notebooks/tips_and_tricks
1213api_docs
1314contributing
1415changelog
You can’t perform that action at this time.
0 commit comments