]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
fix occasional code block color legibility 1272/head
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Fri, 22 Jul 2022 22:10:33 +0000 (15:10 -0700)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Fri, 22 Jul 2022 22:12:18 +0000 (15:12 -0700)
docs/_static/css/custom.css

index 87694a5987ab9080c030584847e8bf0a134b2299..c0b3ed83ada2495b17263456b5c88b2301635f08 100644 (file)
@@ -439,7 +439,8 @@ a.image-reference img {
 }
 
 .rst-content code.literal,
-.rst-content tt.literal {
+.rst-content tt.literal,
+html.writer-html5 .rst-content dl.footnote code {
   border-color: var(--color-border);
   background-color: var(--color-border);
   color: var(--color-text-code-inline)