summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/css/fripost.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/static/css/fripost.css b/static/css/fripost.css
index 443c825..a36a36a 100644
--- a/static/css/fripost.css
+++ b/static/css/fripost.css
@@ -33,3 +33,15 @@ pre {
tab-size: 4;
-moz-tab-size: 4;
}
+
+h1 {
+ font-size: 2em;
+}
+
+h2 {
+ font-size: 1.5em;
+}
+
+h3 {
+ font-size: 1.3em;
+}