diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2020-04-15 02:09:24 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2020-04-28 04:22:30 -0400 |
| commit | 84bb86395d970fc8658e2b91cf37b755fed38a50 (patch) | |
| tree | f1c4b39a2547e7e736e869dec8de711fe84f285d /docs/docs.css | |
| parent | 05f9b6434be1eb5c195e8df5172f0a64f5bef217 (diff) | |
updates for type documentation including API examples
Diffstat (limited to 'docs/docs.css')
| -rw-r--r-- | docs/docs.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/docs.css b/docs/docs.css index 1f369767..7743f852 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -8,6 +8,10 @@ background: rgba(0, 0, 0, 0); } */ +code, .codehilite { + background-color: #eee; +} + .admonition.warning .admonition-title, .admonition.warning { background-color: #d73726 !important; color: #fff !important; |
