diff options
Diffstat (limited to '174bg/handbook/source')
| -rw-r--r-- | 174bg/handbook/source/index.css | 4 | ||||
| -rw-r--r-- | 174bg/handbook/source/index.html | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/174bg/handbook/source/index.css b/174bg/handbook/source/index.css index 3571db7..72cd38f 100644 --- a/174bg/handbook/source/index.css +++ b/174bg/handbook/source/index.css @@ -1,2 +1,6 @@ @import "tailwindcss"; @plugin "@tailwindcss/typography"; + +p { + text-align: justify; +} diff --git a/174bg/handbook/source/index.html b/174bg/handbook/source/index.html index ae6edc6..9edb7d5 100644 --- a/174bg/handbook/source/index.html +++ b/174bg/handbook/source/index.html @@ -6,8 +6,8 @@ <title>174th Battle Group Handbook</title> <link href="index.css" rel="stylesheet" /> </head> - <body style="margin: 0; font-family: sans-serif"> - <main class="prose"> + <body class="dark:bg-stone-900"> + <main class="prose dark:prose-invert mx-auto p-4 max-w-xl"> <article id="introduction"> <h1>174th Battle Group Handbook</h1> <p> |
