diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-09-10 22:19:51 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-09-10 22:19:51 +0200 |
commit | e1338f5a7fc06cd87d62ffaa8d7ad0f17ab7c625 (patch) | |
tree | 1b7e6e5fad817bbde3a68e3257f64ba0e9c07fa2 /view/theme/redbasic/schema/boxy.php | |
parent | 2d94a038a5055e7df76799f8fe110991cedbee88 (diff) | |
download | volse-hubzilla-e1338f5a7fc06cd87d62ffaa8d7ad0f17ab7c625.tar.gz volse-hubzilla-e1338f5a7fc06cd87d62ffaa8d7ad0f17ab7c625.tar.bz2 volse-hubzilla-e1338f5a7fc06cd87d62ffaa8d7ad0f17ab7c625.zip |
make redmatrix focus scheme default for hubzilla
Diffstat (limited to 'view/theme/redbasic/schema/boxy.php')
-rw-r--r-- | view/theme/redbasic/schema/boxy.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/boxy.php b/view/theme/redbasic/schema/boxy.php index d609ccd25..f298a0def 100644 --- a/view/theme/redbasic/schema/boxy.php +++ b/view/theme/redbasic/schema/boxy.php @@ -2,3 +2,5 @@ if (! $radiuspx) $radiuspx = "4"; +if (! $comment_border_colour) + $comment_border_colour = "rgb(238,238,238)"; |