aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorJeroen <jeroenpraat@xs4all.nl>2014-09-12 18:41:35 +0000
committerJeroen <jeroenpraat@xs4all.nl>2014-09-12 18:41:35 +0000
commit59c537b06dbd905a4cc73b82d509c4cb0854fc05 (patch)
treed9ce9e6b5f085c75c080b99afd3c8d7e115d1f72 /view
parente1cb4b28331f6228dd81c1ee5c7753cb5057b77a (diff)
downloadvolse-hubzilla-59c537b06dbd905a4cc73b82d509c4cb0854fc05.tar.gz
volse-hubzilla-59c537b06dbd905a4cc73b82d509c4cb0854fc05.tar.bz2
volse-hubzilla-59c537b06dbd905a4cc73b82d509c4cb0854fc05.zip
H1-H6 simplified (less font sizes), rem
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css12
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..196c1f8b0 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: 0.9rem;
+}
+
+h5, h6 {
+ font-size: 0.75rem;
+}
+
.dropdown-menu {
font-size: $body_font_size;
border-radius: $radiuspx;