From 9e1924f47d2c545cf9aa29c533ff996698fc9ba9 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 23:36:24 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- js/ui/chart/docs/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 js/ui/chart/docs/style.css diff --git a/js/ui/chart/docs/style.css b/js/ui/chart/docs/style.css new file mode 100644 index 0000000..acdd3e5 --- /dev/null +++ b/js/ui/chart/docs/style.css @@ -0,0 +1,15 @@ +a.anchorjs-link { + color: rgba(65, 131, 196, 0.1); + font-weight: 400; + text-decoration: none; + transition: color 100ms ease-out; + z-index: 999; +} + +a.anchorjs-link:hover { + color: rgba(65, 131, 196, 1); +} + +sup { + font-size: 0.75em !important; +}