From bb13edf07bfc4083a5f48d3065b3abfbee071bd5 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 18 Sep 2012 21:14:18 +0300 Subject: [PATCH] tyyli.css: add colors to links (default) --- tyyli.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tyyli.css b/tyyli.css index 2e7a14c..3da0a34 100644 --- a/tyyli.css +++ b/tyyli.css @@ -2,3 +2,6 @@ body { color: black; background-color: silver; } + +a:link { color: blue } +a:visited { color: purple }