From fe4d476225da13e3d87351e1679ea60bc871478d Mon Sep 17 00:00:00 2001 From: Martin Sukany Date: Thu, 5 Jun 2025 15:04:21 +0200 Subject: [PATCH] added colored links --- docs/book.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/book.toml b/docs/book.toml index 3235c8a..55717c3 100755 --- a/docs/book.toml +++ b/docs/book.toml @@ -31,3 +31,9 @@ level = 0 # the depth to start folding date = "\\today" documentclass = "report" fontsize = "10pt" +xcoloroptions="table,x11names" +colorlinks="true" +linkcolor="DarkOrchid4" +urlcolor="RoyalBlue3" +citecolor="SeaGreen4" +filecolor="Magenta4"