diff options
Diffstat (limited to 'docs/_static')
| -rw-r--r-- | docs/_static/paste.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/_static/paste.css b/docs/_static/paste.css index 7769d47..6705e5d 100644 --- a/docs/_static/paste.css +++ b/docs/_static/paste.css @@ -1,15 +1,15 @@ -a.invisible-link:visited { - color: inherit; +a.invisible-link { + color: #fff; text-decoration: none; } a.invisible-link:visited { - color: inherit; + color: #fff; text-decoration: none; } a.invisible:link { - color: inherit; + color: #fff; text-decoration: none; } |
