diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-21 01:41:35 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-21 01:41:35 -0800 |
commit | 1acef2e242a824f77de1a9ea3971dcabfa1b63e2 (patch) | |
tree | 7bcd8b87b55cc2868fc740098e225f8b512f149d /view/theme/redbasic/css | |
parent | 53445ba6bdd1cde780f4a3d84cbb061cb6b72df9 (diff) | |
download | volse-hubzilla-1acef2e242a824f77de1a9ea3971dcabfa1b63e2.tar.gz volse-hubzilla-1acef2e242a824f77de1a9ea3971dcabfa1b63e2.tar.bz2 volse-hubzilla-1acef2e242a824f77de1a9ea3971dcabfa1b63e2.zip |
after shrinking the tile icons they can be a bit darker. At the larger size the darkness was harsh.
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 82687db17..38b01a16f 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1741,7 +1741,7 @@ dl.bb-dl > dd > li { .cloud-icon i { font-size: 32px; - color: #aaa; + color: #888; margin-top: 8px; } |