From 4309a871888ba83593f1af43e9bb6d5c133ea7c2 Mon Sep 17 00:00:00 2001 From: Marco Otte-Witte Date: Tue, 20 Aug 2024 16:58:01 +0200 Subject: [PATCH] fix --- book/book.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/book/book.toml b/book/book.toml index 941fb7ea5..6e906f0ab 100644 --- a/book/book.toml +++ b/book/book.toml @@ -51,8 +51,9 @@ sansfontfallback = ["Noto Color Emoji:mode=harf"] monofontfallback = [ "Noto Color Emoji:mode=harf", ] -linkcolor = "\color[HTML]{6200ee}." -urlcolor = "\color[HTML]{6200ee}." +monobackgroundcolor = "\\color[HTML]{e7e7e7}" +linkcolor = "\\color[HTML]{6200ee}" +urlcolor = "\\color[HTML]{6200ee}" linkstyle = "bold" urlstyle = "rm" documentclass = "book"