diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-05-01 21:28:00 +0000 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-05-01 21:28:00 +0000 |
commit | efa943dddcb6cb84246a3b6b951c91c5282febf6 (patch) | |
tree | 5755d592675090cbd92f57e9241dbe74a485d1c5 /view | |
parent | abd69c4bf20cb21ab2accecf44e510e781329bf0 (diff) | |
download | volse-hubzilla-efa943dddcb6cb84246a3b6b951c91c5282febf6.tar.gz volse-hubzilla-efa943dddcb6cb84246a3b6b951c91c5282febf6.tar.bz2 volse-hubzilla-efa943dddcb6cb84246a3b6b951c91c5282febf6.zip |
A little bit less dark
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/schema/dark.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index 122369580..61b7e3314 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -47,7 +47,7 @@ if (! $bgcolour) $bgcolour = "#111"; if (! $item_colour) - $item_colour = "rgba(26,26,26,0.8)"; + $item_colour = "rgba(28,28,28,0.8)"; if (! $comment_item_colour) $comment_item_colour = "rgba(18,18,18,0.4)"; if (! $toolicon_colour) |