diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-05-18 16:01:32 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-05-18 16:01:32 -0600 |
| commit | dac1f3db6cd72d4bbe0552076fc24fc389c4552a (patch) | |
| tree | 090c617e5e2f6f3572bd249337333c9a5459433b /examples/chronicles-theme.yml | |
| parent | 9e843a11add2b25753329a808d43a4ea6dfc3f3d (diff) | |
use CSS hex notation for colors in chronicles themes [no ci]
Diffstat (limited to 'examples/chronicles-theme.yml')
| -rw-r--r-- | examples/chronicles-theme.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/chronicles-theme.yml b/examples/chronicles-theme.yml index 7beb8281..726e66c0 100644 --- a/examples/chronicles-theme.yml +++ b/examples/chronicles-theme.yml @@ -1,21 +1,21 @@ extends: default role: love: - font-color: E0245E + font-color: #E0245E wild: - font-color: 222222 + font-color: #222222 text-transform: uppercase font-style: italic - background-color: BCD637 + background-color: #BCD637 border-offset: 1.5 abstract: first-line: text-transform: smallcaps header: - font-color: 999999 + font-color: #999999 height: 0.5in recto: - columns: "<40% =20% >40%" + columns: '<40% =20% >40%' right: content: '_{organization}_' center: |
