From ed57a8c4f40c37836087649632c3476c75b3244a Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Fri, 8 Oct 2021 00:59:36 -0400 Subject: [PATCH] trying dark theme 2 --- doc/source/conf.py | 1 + doc/source/index.rst | 2 +- doc/source/ystatic/{theme.css => dark_theme.css} | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename doc/source/ystatic/{theme.css => dark_theme.css} (100%) 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