diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/default/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index b8de47826..af5c69496 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -19,7 +19,8 @@ body { margin-left: 10px; } a, a:visited { - color: #343639; +/* color: #34366A; */ + color: #15607B; text-decoration: none; } a:hover { @@ -71,7 +72,7 @@ blockquote:before { } .fakelink, .fakelink:visited { - color: #343639; + color: #15607B; text-decoration: none; cursor: pointer; margin-top: 15px; |