diff options
Diffstat (limited to 'view/theme/goldenrod')
-rw-r--r-- | view/theme/goldenrod/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/view/theme/goldenrod/style.css b/view/theme/goldenrod/style.css index 4f5773a4a..e84cf5d64 100644 --- a/view/theme/goldenrod/style.css +++ b/view/theme/goldenrod/style.css @@ -30,6 +30,17 @@ a:hover { color: #0000FF; text-decoration: underline; } + +.fakelink, .fakelink:visited { + color: #8888FF; +} + +.fakelink:hover { + color: #0000FF; +} + + + .wall-item-content-wrapper.comment { background: #FFCC55; } |