From 3ba569fd68d40d2af482a9f2c6bdcf07c2408556 Mon Sep 17 00:00:00 2001 From: Plumtree3D <ham.in.kneesocks@gmail.com> Date: Tue, 6 Jun 2023 10:22:40 +0200 Subject: [PATCH] fix: set anchor color to white on admonitions --- src/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/custom.css b/src/css/custom.css index 5320462..fbaad03 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -41,6 +41,10 @@ p a { color: var(--ifm-color-warning); } +.theme-admonition a { + color: var(--ifm-color-white); +} + /* FORM & INPUT */ form > p { font-size: small; -- GitLab