From a6d4a77ca99fba2097aa19680bc55584e04ab0b5 Mon Sep 17 00:00:00 2001 From: Jessica Nash Date: Tue, 26 Nov 2024 14:26:48 -0500 Subject: [PATCH] CSS updates --- book/_static/custom.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/book/_static/custom.css b/book/_static/custom.css index 718ff60..646bc64 100644 --- a/book/_static/custom.css +++ b/book/_static/custom.css @@ -86,6 +86,18 @@ img:not(.logo__image, .footer_logo) { max-height: 60px; } +div.alert :is(h1, h2, h3, h4, h5, h6) { + color: black; + } + + html[data-theme="dark"] a:visited { + color: #ffffff; +} + +html[data-theme="light"] a:visited { + color: #ed1c24; +} + /* Custom CSS * - mostly custom admonitions */ /**********************************************************************************/