LaundrySorcery

git clone git://xatko.vsos.ethz.ch/LaundrySorcery.git
Log | Files | Refs

commit 6f4f8aa9bdd5586d37ff56c41cf06caf02095481
parent a521d335ab039e97f9bb4ab534fe7a81de7082c6
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Fri, 29 Jun 2018 03:13:26 +0000

Color the visited links brown instead of gold

Diffstat:
Mwww/index.cgi | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/www/index.cgi b/www/index.cgi @@ -36,6 +36,9 @@ Content-Type: text/html a{ color:gold; } + a:visited{ + color:brown; + } </style> </head> <body>