diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-09-12 18:55:53 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-09-12 18:55:53 +0000 |
commit | 11d3ef6176b6a16353e4733657621c98656848b4 (patch) | |
tree | 64f543c267473f6da93c6baaa9e3a547de8a7541 /view | |
parent | 59c537b06dbd905a4cc73b82d509c4cb0854fc05 (diff) | |
download | volse-hubzilla-11d3ef6176b6a16353e4733657621c98656848b4.tar.gz volse-hubzilla-11d3ef6176b6a16353e4733657621c98656848b4.tar.bz2 volse-hubzilla-11d3ef6176b6a16353e4733657621c98656848b4.zip |
This is even better. Adapts better to Red user settings.
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 196c1f8b0..df95e48b8 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2273,11 +2273,11 @@ h1, h2 { } h3, h4 { - font-size: 0.9rem; + font-size: $font_size; } h5, h6 { - font-size: 0.75rem; + font-size: $body_font_size; } .dropdown-menu { |