summaryrefslogtreecommitdiffstats
path: root/org.css
diff options
context:
space:
mode:
Diffstat (limited to 'org.css')
-rw-r--r--org.css33
1 files changed, 32 insertions, 1 deletions
diff --git a/org.css b/org.css
index 4094807..5495e8c 100644
--- a/org.css
+++ b/org.css
@@ -8,14 +8,41 @@ a:hover {
body {
border: 0;
- font-family: sans-serif;
+ font-family: "PT Sans", sans-serif;
margin: 0;
padding: 0;
line-height: 160%;
+ font-size: 15px;
+}
+
+h1 {
+ font-size: 25px;
+}
+
+h2 {
+ font-size: 23px;
+}
+
+h3 {
+ font-size: 21px;
+}
+
+h4 {
+ font-size: 19px;
+}
+
+h5 {
+ font-size: 17px;
+}
+
+h6 {
+ font-size: 15px;
}
pre {
line-height: 100%;
+ font-family: "PT Mono", monospace;
+ margin: 1.2em -8pt;
}
.tag {
@@ -29,6 +56,10 @@ pre {
padding: 2px 4px;
}
+.timestamp {
+ float: right;
+}
+
#content,
#org-div-home-and-up,
#postamble {