From 5e6cb59b427b87ad8567dca9e3810b1fe1da69e2 Mon Sep 17 00:00:00 2001 From: Teemu Kontio <teemu.kontio@jamk.fi> Date: Wed, 25 Nov 2020 12:31:39 +0200 Subject: [PATCH] fix links for tables --- assets/extra.css | 2 ++ docs/assets/extra.css | 2 ++ dokumentit/assets/extra.css | 2 ++ 3 files changed, 6 insertions(+) diff --git a/assets/extra.css b/assets/extra.css index 24a121b..e08e9df 100644 --- a/assets/extra.css +++ b/assets/extra.css @@ -42,11 +42,13 @@ td > a:hover { color: #e2066f !important } p > a, +td > a, li > a { color: #6442f0 !important; } p > a:hover, +td > a:hover, li > a:hover { color: #0f0093 !important; text-decoration: underline !important; diff --git a/docs/assets/extra.css b/docs/assets/extra.css index 7c8edea..91d676f 100644 --- a/docs/assets/extra.css +++ b/docs/assets/extra.css @@ -42,11 +42,13 @@ td > a:hover { color: #e2066f !important } p > a, +td > a, li > a { color: #6442f0 !important; } p > a:hover, +td > a:hover, li > a:hover { color: #0f0093 !important; text-decoration: underline !important; diff --git a/dokumentit/assets/extra.css b/dokumentit/assets/extra.css index 24a121b..e08e9df 100644 --- a/dokumentit/assets/extra.css +++ b/dokumentit/assets/extra.css @@ -42,11 +42,13 @@ td > a:hover { color: #e2066f !important } p > a, +td > a, li > a { color: #6442f0 !important; } p > a:hover, +td > a:hover, li > a:hover { color: #0f0093 !important; text-decoration: underline !important; -- GitLab