diff --git a/doc/source/conf.py b/doc/source/conf.py index c4052a320..c784885bf 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -189,3 +189,4 @@ intersphinx_mapping = {'https://docs.python.org/': None} def setup(app): print("Initializing (setup())"); app.add_stylesheet('maxwidthoverride.css') + app.add_stylesheet('dark_theme.css') diff --git a/doc/source/index.rst b/doc/source/index.rst index 77433ed50..631708028 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -7,7 +7,7 @@ Welcome to Bitburner's documentation! ===================================== Bitburner is a programming-based `incremental game `_ that revolves around hacking and cyberpunk themes. The game is currently in the -early beta stage of development. aaa It `can be played here `_. +early beta stage of development. It `can be played here `_. What is Bitburner? ------------------ diff --git a/doc/source/ystatic/theme.css b/doc/source/ystatic/dark_theme.css similarity index 100% rename from doc/source/ystatic/theme.css rename to doc/source/ystatic/dark_theme.css