diff options
Diffstat (limited to 'userContent/reproducible/freebsd')
-rw-r--r-- | userContent/reproducible/freebsd/global.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/userContent/reproducible/freebsd/global.css b/userContent/reproducible/freebsd/global.css index 673c5726..04232b77 100644 --- a/userContent/reproducible/freebsd/global.css +++ b/userContent/reproducible/freebsd/global.css @@ -15,22 +15,22 @@ img { } a:link { - color: #b84e0d; + color: #0088cc; text-decoration: none; } a:hover { - color: #f26711; + color: #0088cc; text-decoration: underline; } a:visited { - color: #880000; + color: green; text-decoration: none; } a:visited:hover { - color: #f26711; + color: green; text-decoration: underline; } |