diff options
author | Mario <mario@mariovavti.com> | 2022-08-19 14:34:09 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-08-19 14:34:09 +0000 |
commit | b1550f79228c230d86dad5e168a8498b3483d14e (patch) | |
tree | da1e3d779ec6e6b90901aec441c1c9f612cbb424 /view/theme/redbasic/php | |
parent | 2d07c3e45dbecffde0ea44e6494282902173be5b (diff) | |
download | volse-hubzilla-b1550f79228c230d86dad5e168a8498b3483d14e.tar.gz volse-hubzilla-b1550f79228c230d86dad5e168a8498b3483d14e.tar.bz2 volse-hubzilla-b1550f79228c230d86dad5e168a8498b3483d14e.zip |
more css fixes
Diffstat (limited to 'view/theme/redbasic/php')
-rw-r--r-- | view/theme/redbasic/php/style.php | 2 |
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) |