From c43d80bf096fcdf2ebbe50f3e3fa79395084bb6c Mon Sep 17 00:00:00 2001 From: Thomas Marwitz Date: Tue, 5 Nov 2024 16:23:43 +0100 Subject: [PATCH] Remove custom target css, add note what this css selector does --- docs/styles/custom.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/styles/custom.css b/docs/styles/custom.css index 718eeae..73b60e1 100644 --- a/docs/styles/custom.css +++ b/docs/styles/custom.css @@ -7,11 +7,10 @@ Out[ ] blocks are not displayed. } /* -Allows to better see the linked target. +Add your custom style here to highlight the target element. +This e.g. triggers when an internal link to a function in the API documentation is clicked. +The function will be the target then. */ :target { - box-shadow: 0 0 15px var(--md-primary-fg-color); - border: 1px solid var(--md-primary-fg-color); - border-radius: 8px; - padding: 5px; + }