diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-17 03:10:19 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-17 03:10:19 -0700 |
commit | a50947a4bc3f779df8fa4e6777bc025fcefc8d21 (patch) | |
tree | 2196406c0c64494f5a4b604c695db6bbcd81897d /view/theme/goldenrod | |
parent | c5031139ebb46ce4994d3bd62059ae4eaba71359 (diff) | |
download | volse-hubzilla-a50947a4bc3f779df8fa4e6777bc025fcefc8d21.tar.gz volse-hubzilla-a50947a4bc3f779df8fa4e6777bc025fcefc8d21.tar.bz2 volse-hubzilla-a50947a4bc3f779df8fa4e6777bc025fcefc8d21.zip |
like, dislike, activity streams, etc.
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; } |