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
This commit is contained in:
parent
1ef7078ea8
commit
2bbb7f0f0e
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue