diff options
author | friendica <info@friendica.com> | 2014-09-12 14:24:45 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-12 14:24:45 -0700 |
commit | 7fc1a66121e2f98aeb455e6eafd93cbc72fd03e6 (patch) | |
tree | e5f559b44e859e7f9bddd0a022d3be9849434b51 /view/theme | |
parent | 5fd0d6f7d553d79e2362a480ec504d102b299fd0 (diff) | |
parent | 61ce524a33c3195794a24c4ce5820684369c58dd (diff) | |
download | volse-hubzilla-7fc1a66121e2f98aeb455e6eafd93cbc72fd03e6.tar.gz volse-hubzilla-7fc1a66121e2f98aeb455e6eafd93cbc72fd03e6.tar.bz2 volse-hubzilla-7fc1a66121e2f98aeb455e6eafd93cbc72fd03e6.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 4062c259c..df95e48b8 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2268,6 +2268,18 @@ blockquote { font-size: 1em; } +h1, h2 { + font-size: 1.15rem; +} + +h3, h4 { + font-size: $font_size; +} + +h5, h6 { + font-size: $body_font_size; +} + .dropdown-menu { font-size: $body_font_size; border-radius: $radiuspx; |