aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/style.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-08-19 14:34:09 +0000
committerMario <mario@mariovavti.com>2022-08-19 14:34:09 +0000
commitb1550f79228c230d86dad5e168a8498b3483d14e (patch)
treeda1e3d779ec6e6b90901aec441c1c9f612cbb424 /view/theme/redbasic/php/style.php
parent2d07c3e45dbecffde0ea44e6494282902173be5b (diff)
downloadvolse-hubzilla-b1550f79228c230d86dad5e168a8498b3483d14e.tar.gz
volse-hubzilla-b1550f79228c230d86dad5e168a8498b3483d14e.tar.bz2
volse-hubzilla-b1550f79228c230d86dad5e168a8498b3483d14e.zip
more css fixes
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 fd79b02a9..38e71be34 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -96,7 +96,7 @@ if (! $font_size)
if (! $font_colour)
$font_colour = '#4d4d4d';
if (! $radius)
- $radius = '0.25rem';
+ $radius = '0.375rem';
if (! $shadow)
$shadow = '0';
if (! $converse_width)