]> git.sur5r.net Git - i3/i3.github.io/commitdiff
docs: don’t use a separate color for a:visited
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 22 Jul 2011 20:01:32 +0000 (22:01 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 22 Jul 2011 20:01:32 +0000 (22:01 +0200)
css/xhtml11.css

index 5ff9f379fecf9790e93a3099534e5caf4de86f2d..52f22e39c739a08128de3860308c85d3315e79bb 100644 (file)
@@ -2,9 +2,6 @@ a {
   color: #3ec2ff;
   text-decoration: underline;
 }
-a:visited {
-  color: fuchsia;
-}
 
 em {
   font-style: italic;