diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tpl/default/design.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css index 5bf8797d3..9462e6c52 100644 --- a/lib/tpl/default/design.css +++ b/lib/tpl/default/design.css @@ -197,6 +197,10 @@ a:hover { color:__black__; text-decoration:underline; } +h1 a, h2 a, h3 a, h4 a, h5 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover { + color:__black__; + text-decoration:none; +} /* external link */ a.urlextern{ |