summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/main.scss b/src/main.scss
index 15a7b9f..b4f8681 100644
--- a/src/main.scss
+++ b/src/main.scss
@@ -135,9 +135,12 @@ body.dnd {
background: url(dnd/Background.png) repeat-y;
background-size: 100%;
- /* This bit is taken from the defaults of org-mode export */
+ /* This bit mostly taken from the defaults of org-mode export */
article {
- font-family: Times, serif; font-size: 12pt;
+ font-family: Times, serif;
+ font-size: 12pt;
+
+ p { text-align: justify; }
.title { text-align: center; }
.todo { color: red; }
.done { color: green; }