From 2bbb7f0f0e9ba83bdbc8a5c2dba6fb60b69b02f1 Mon Sep 17 00:00:00 2001 From: pewgeuges <73141620+pewgeuges@users.noreply.github.com> Date: Wed, 28 Oct 2020 02:02:39 +0000 Subject: [PATCH] for bugfix release 2.0.1, and fixed link color git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2408017 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- css/public.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/public.css b/css/public.css index ec65cb7..ae48f14 100755 --- a/css/public.css +++ b/css/public.css @@ -9,7 +9,7 @@ /* * Revised on the basis of version 1.6.5 (v1.6.6 unchanged). - * Last modified: 2020-10-27T1249+0100 + * Last modified: 2020-10-28T0301+0100 */ /* Footnotes */ @@ -112,7 +112,7 @@ span.footnote_tooltip { width: 90%; } .footnote_plugin_text a { - color: #000099; + color: inherit; } /* index */ @@ -120,5 +120,5 @@ span.footnote_tooltip { padding-right: 5px; min-width: 50px; cursor: pointer; - color: #000099; + color: inherit; }