diff --git a/html_resources/index_template.html b/html_resources/index_template.html index 48b41cf..ee5e089 100644 --- a/html_resources/index_template.html +++ b/html_resources/index_template.html @@ -1,8 +1,5 @@ New Dawn

New Dawn

-

- Now with 100% more title! It might be a bit too on-the-nose tho, Idk. -

Welcome, reader! This website is basically a book that I am working on during my commute to work. It's an adventure story with sci-fi @@ -14,7 +11,7 @@ Please give feedback. I need it to turn what looks good to me into something that is actually passable. You find me as @bodgemaster on Discord, please direct your feedback to my DMs or to the story channel - if you have access to that (you know who you are :] ...). + if you have access to that (you know who you are...).

As the story is quite incomplete at this point, it might be helpful to @@ -28,10 +25,11 @@ course of the story.

- Another thing worth mentioning here: While parts of the story involve - computers, intimate knowledge of them shouldn't be required. I make - an effort to explain what's going on through context. If you find - something unclear, let me know. + Another thing worth mentioning here: Parts of the story rely heavily + on the use of computers. I plan on making these segments more + self-explanatory so that deep knowledge will not be required. + As of right now, it's a mixed bag. If anything is unclear, + let me know.

Below, in the table of contents, you find links to all the (already @@ -40,9 +38,7 @@ so they show up in the right order but there is an unknown amount of chapters inbetween them.

-

- Table of Contents: -

+

Table of Contents:

diff --git a/html_resources/style.css b/html_resources/style.css index 82b30b8..800fde2 100644 --- a/html_resources/style.css +++ b/html_resources/style.css @@ -40,7 +40,7 @@ h1 { margin-bottom: 0.8em; } -p, pre, ul { +p, pre, ul, h2 { padding: 0; margin-top: 0;