From 1aa870f198937668c92404fe143e324f625a2bd9 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Thu, 18 Jan 2024 16:54:44 +0100 Subject: [PATCH] Addressed some styling issues with dark theme --- docs/source/_static/style.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/source/_static/style.css b/docs/source/_static/style.css index 4bbd655..dd708ad 100644 --- a/docs/source/_static/style.css +++ b/docs/source/_static/style.css @@ -63,12 +63,13 @@ border-bottom: 1px solid #fcfcfc; } - .wy-table thead, .rst-content table.docutils thead, .rst-content table.field-list thead { - background-color: #b9b9b9; + .wy-table thead, .rst-content table.docutils thead, .rst-content table.field-list thead { + background-color: var(--header-bg-color); } .wy-table thead th, .rst-content table.docutils thead th, .rst-content table.field-list thead th { - border: solid 2px #e1e4e5; + border: solid 2px var(--text-color); + color: var(--text-color); } .wy-table thead p, .rst-content table.docutils thead p, .rst-content table.field-list thead p { @@ -122,10 +123,6 @@ body, h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend, p font-family: "Lato","proxima-nova","Helvetica Neue",Arial,sans-serif; } -a:visited { - color: inherit; -} - /* Code blocks */ .codeblock, pre.literal-block, .rst-content .literal-block, .rst-content pre.literal-block, div[class^='highlight'] { background-color: var(--code-bg-color);