aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorJeroen <jeroenpraat@xs4all.nl>2014-07-31 12:46:43 +0000
committerJeroen <jeroenpraat@xs4all.nl>2014-07-31 12:46:43 +0000
commitc4e82772c04926696d0ca8d5a7e75476f77cb904 (patch)
tree3b7e5b1c04c0033cb64249139b824da6413c86ff /view/theme
parent28e0e64643dd47c9f6e875afa66a538e3b097cb7 (diff)
downloadvolse-hubzilla-c4e82772c04926696d0ca8d5a7e75476f77cb904.tar.gz
volse-hubzilla-c4e82772c04926696d0ca8d5a7e75476f77cb904.tar.bz2
volse-hubzilla-c4e82772c04926696d0ca8d5a7e75476f77cb904.zip
Font sizes (temporary?) scaled down a bit. See https://github.com/friendica/red/commit/994b6b5258856a97cf6863de74e5a8baddf59b49
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/php/style.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index e47d65690..ee9c6d4d0 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -130,9 +130,9 @@ if(! $a->install) {
if (! $item_opacity)
$item_opacity = "1";
if (! $font_size)
- $font_size = "1.0rem";
+ $font_size = "0.9rem";
if (! $body_font_size)
- $body_font_size = "0.8rem";
+ $body_font_size = "0.75rem";
if (! $font_colour)
$font_colour = "#4d4d4d";
if (! $selected_active_colour)