From 25bd57516cc74659fa390587408f4bc72083d4d2 Mon Sep 17 00:00:00 2001 From: Glen Robson Date: Fri, 10 Apr 2026 01:01:36 +0100 Subject: [PATCH] Adding box to links --- source/presentation/4.0/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/presentation/4.0/index.md b/source/presentation/4.0/index.md index c233ec599..a87aebfb7 100644 --- a/source/presentation/4.0/index.md +++ b/source/presentation/4.0/index.md @@ -102,15 +102,15 @@ a:hover > code { } a > code.language-plaintext { - color: inherit; - font-family: "PT Sans",sans-serif; - background-color: transparent; - border: none; - font-size: 1.1rem; + color: #3032fd; line-height: 1.0; text-decoration: none; } + a:hover > code.language-plaintext { + text-decoration: underline; + } + .callout { background-color: rgb(244,252,239); }