diff options
Diffstat (limited to 'userContent')
-rw-r--r-- | userContent/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/userContent/static/style.css b/userContent/static/style.css index b9a471ac..95f546bc 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -32,6 +32,10 @@ a:hover, a:focus { text-decoration:underline; } +a:visited { + color:green; +} + header { border-bottom: 1px solid #d70a53; } |