From eb91024d7feed625226c590c4289c52ecf78dc18 Mon Sep 17 00:00:00 2001 From: Breezy Fasano Date: Mon, 18 Sep 2023 12:29:44 -0500 Subject: [PATCH] Adjusted link colors and added underlines on dark mode --- website/src/css/custom.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/website/src/css/custom.css b/website/src/css/custom.css index c8047407450..44e4e2e9b62 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -102,6 +102,18 @@ html[data-theme="dark"] { --ifm-table-cell-color: var(--color-green-blue); } +/* Darkmode Links */ +html[data-theme="dark"] { + --ifm-link-color: var(--color-white); +} + +/* Underline only for links in text body */ +html[data-theme="dark"] main a { + text-decoration: underline; +} + + + /* For /dbt-cloud/api REDOC Page */ html[data-theme="dark"] .api-content h2, html[data-theme="dark"] .api-content h3,