diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/changelog.md | 8 | ||||
-rw-r--r-- | src/dnd/psionist2.org (renamed from src/dnd/Psionist2.org) | 8 | ||||
-rw-r--r-- | src/main.scss | 2 |
3 files changed, 15 insertions, 3 deletions
diff --git a/src/changelog.md b/src/changelog.md index 21af91a..9a05ee0 100644 --- a/src/changelog.md +++ b/src/changelog.md @@ -3,6 +3,14 @@ ChangeLog ## 2017-01-14 Andrew Murrell <merl@neo.andrewdm.me> +updated Psionist Title page + + bin/pre-generate | 2 ++ + src/dnd/{Psionist2.org => psionist2.org} | 4 ++++ + 2 files changed, 6 insertions(+) + +## 2017-01-14 Andrew Murrell <merl@neo.andrewdm.me> + Added an updated Psionist class with more complete domains, but no mind powers yet. src/dnd/Psionist2.org | 566 ++++++++++++++++++++++++++++++++++++++++++++++++++ diff --git a/src/dnd/Psionist2.org b/src/dnd/psionist2.org index 0cc0a84..accd563 100644 --- a/src/dnd/Psionist2.org +++ b/src/dnd/psionist2.org @@ -1,3 +1,7 @@ +#+TITLE: [5e] Psionist Class - Rewrite [ALPHA] +#+CLASS: dnd +#+CATEGORIES: HB + #+HTML_HEAD_EXTRA: <style type="text/css">#content { padding: 0px 16%; width: 68%; } body { background: url(Background3.png) repeat-y; background-size: 100%;} </style> * Introduction to the Psionist Class [5e] @@ -16,8 +20,8 @@ * *Weapons*: Simple Weapons * *Tools*: None * *Saving Throws*: Intelligence, Wisdom - * *Skills*: Choose two skills from Arcana, History, Insight, - Investigation, Medicine, Perception, or Religion + * *Skills*: Choose two skills from History, Insight, Investigation, + Medicine, Perception, or Religion ** Equipment You start with the following equipment, in addition to the equipment diff --git a/src/main.scss b/src/main.scss index 9fc3ef2..2fecdec 100644 --- a/src/main.scss +++ b/src/main.scss @@ -100,7 +100,7 @@ article { .tag { font-size: 60%; - font-family: sans-serif; + font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", "Warnock Pro", serif; color: white; text-decoration: none; text-align: center; |