Fix readability of documentation callouts in dark mode
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 20 Oct 2022 18:59:59 +0000 (14:59 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 20 Oct 2022 18:59:59 +0000 (14:59 -0400)
Some of these (e.g. warning, caution) were completely illegible
without highlighting or inline CSS hacking. This makes it so they
are readable.

media/css/main.css

index ad254be75c6d310c6e563adca83ad5c135fb1045..9fc1581a42d1d88f89fe526915435ca39ce249ab 100644 (file)
     --custom-select-bg-color: #4a4a4a;
     --custom-select-fg-color: #f3f5f9;
     --cta-header-fg-color: #f3f5f9;
+    --doccontent-blockquote-table-caution-bg-color: #171709;
     --doccontent-blockquote-table-note-bdr-color: #84c578;
     --doccontent-blockquote-table-note-bg-color: #4a4a4a;
     --doccontent-blockquote-table-tip-bdr-color: #84c578;
-    --doccontent-blockquote-table-tip-bg-color: #4a4a4a;
+    --doccontent-blockquote-table-tip-bg-color: none;
+    --doccontent-blockquote-table-warning-bg-color: #1e0c0c;
     --doccontent-callout-fg-color: #f3f5f9;
     --doccontent-pre-code-bg-color: #4a4a4a;
     --doccontent-table-bdr-color: #6b6b6b;