aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/style.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-26 16:35:33 -0700
committerfriendica <info@friendica.com>2014-08-26 16:35:33 -0700
commitc9d33895d56d1efce29f153e7a0effd23fa6a701 (patch)
tree7704226cb8b3d017554c137789961c78706f5b8e /view/theme/redbasic/php/style.php
parent289ec34ae6890a2d82071b61a12fad866be9f0d0 (diff)
parent2df4c44de5601053635e23a7af01a57bdc4fa9fa (diff)
downloadvolse-hubzilla-c9d33895d56d1efce29f153e7a0effd23fa6a701.tar.gz
volse-hubzilla-c9d33895d56d1efce29f153e7a0effd23fa6a701.tar.bz2
volse-hubzilla-c9d33895d56d1efce29f153e7a0effd23fa6a701.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme/redbasic/php/style.php')
-rw-r--r--view/theme/redbasic/php/style.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index ee9c6d4d0..4ffdcbef8 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -140,7 +140,7 @@ if(! $a->install) {
if (! $selected_active_deco)
$selected_active_deco = "none";
if (! $widget_brdrcolour)
- $widget_brdrcolour = "#eec";
+ $widget_brdrcolour = "rgba(238,238,238,0.8)";
if (! $blockquote_colour)
$blockquote_colour = "#000";
if (! $blockquote_bgcolour)