Skip to content

Commit

Permalink
enhance dark style (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Nov 15, 2022
1 parent aae116b commit 9cbe03c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion deepmodeling_sphinx/dark_rtd.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ SOFTWARE.
.highlight .nb {
color: #8bb8df;
}
.highlight .nv {
color: #40ffff;
}

.highlight .kn,
.highlight .kc,
Expand All @@ -77,6 +80,10 @@ SOFTWARE.
color: #686868;
}

.highlight .hll {
background-color: #002c4d;
}

.rst-content div[class^='highlight'] {
border-color: #1a1a1a;
}
Expand Down Expand Up @@ -255,6 +262,7 @@ SOFTWARE.
background-color: #006a56;
}

.rst-content .admonition,
.rst-content .note,
.rst-content .seealso,
.rst-content .wy-alert-info.admonition,
Expand All @@ -271,6 +279,7 @@ SOFTWARE.
background-color: #002c4d;
}

.rst-content .admonition .admonition-title,
.rst-content .note .admonition-title,
.rst-content .note .wy-alert-title,
.rst-content .seealso .admonition-title,
Expand Down Expand Up @@ -448,4 +457,4 @@ SOFTWARE.
.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a {
background-color: #18181a;
}
}
}

0 comments on commit 9cbe03c

Please sign in to comment.