diff options
author | friendica <info@friendica.com> | 2012-07-05 22:20:27 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-05 22:20:27 -0700 |
commit | 8b19168999a0e3bef30450a24f61401ada32c987 (patch) | |
tree | e86a43b2ac6d682ab207a45d65e96361ed6fb362 /view/theme | |
parent | a6514e81bbd60720dce48798f281244db2ffca2a (diff) | |
download | volse-hubzilla-8b19168999a0e3bef30450a24f61401ada32c987.tar.gz volse-hubzilla-8b19168999a0e3bef30450a24f61401ada32c987.tar.bz2 volse-hubzilla-8b19168999a0e3bef30450a24f61401ada32c987.zip |
a bit more colour
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/slackr/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css index 4c0fdc22d..73b436fc6 100644 --- a/view/theme/slackr/style.css +++ b/view/theme/slackr/style.css @@ -12,6 +12,10 @@ .wall-item-tools { background: none; } +.wall-item-body a:hover { + color: #ff6600; +} + .widget { /* box-shadow: 4px 4px 3px 0 #444444; */ |