Merge pull request #1436 from danielyxie/dev

trying dark theme 2
This commit is contained in:
hydroflame 2021-10-08 00:59:51 -04:00 committed by GitHub
commit 36cc26009c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

@ -189,3 +189,4 @@ intersphinx_mapping = {'https://docs.python.org/': None}
def setup(app): def setup(app):
print("Initializing (setup())"); print("Initializing (setup())");
app.add_stylesheet('maxwidthoverride.css') app.add_stylesheet('maxwidthoverride.css')
app.add_stylesheet('dark_theme.css')

@ -7,7 +7,7 @@ Welcome to Bitburner's documentation!
===================================== =====================================
Bitburner is a programming-based `incremental game <https://en.wikipedia.org/wiki/Incremental_game>`_ Bitburner is a programming-based `incremental game <https://en.wikipedia.org/wiki/Incremental_game>`_
that revolves around hacking and cyberpunk themes. The game is currently in the that revolves around hacking and cyberpunk themes. The game is currently in the
early beta stage of development. aaa It `can be played here <https://danielyxie.github.io/bitburner/>`_. early beta stage of development. It `can be played here <https://danielyxie.github.io/bitburner/>`_.
What is Bitburner? What is Bitburner?
------------------ ------------------