diff options
-rw-r--r-- | css/master.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/css/master.css b/css/master.css index 8b2e1fc..ae06f44 100644 --- a/css/master.css +++ b/css/master.css @@ -53,3 +53,11 @@ hr { .right-footer { float: right; } + +a:link { + color: #005faf; +} + +a:visited { + color: #008787; +} |