diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2017-04-18 15:37:25 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2017-04-18 15:37:25 -0400 |
| commit | 93020159006b68c5e0e5b1eafeef11d1df72da1a (patch) | |
| tree | 6a76cf761f6071553d4cf0fd997135b556638bfc /docs/docs.css | |
| parent | 57816e7d25fa37757dfa823feba1f5cb7a233625 (diff) | |
fix transparency on code blocks
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 5006119f..e06fa460 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -26,3 +26,7 @@ img[alt$="><"] { margin: auto; float: none!important; } + +.article pre code { + background: rgba(0, 0, 0, 0); +} |
