1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-09 19:26:53 +02:00

Merge remote-tracking branch 'hanakin/ticket/12580' into develop-ascraeus

* hanakin/ticket/12580:
  [ticket/12580] Remove :link pseudo from a tag
This commit is contained in:
Cesar G
2014-05-27 07:13:46 -07:00

View File

@ -250,7 +250,7 @@ p.post-notice.reported:before, p.post-notice.error:before {
Colours and backgrounds for links.css
-------------------------------------------------------------- */
a:link { color: #105289; }
a { color: #105289; }
a:visited { color: #105289; }
a:hover { color: #D31141; }
a:active { color: #368AD2; }