diff --git a/src/bonsai/docs/_static/custom.css b/src/bonsai/docs/_static/custom.css index a400f3eef1..14c25750b1 100644 --- a/src/bonsai/docs/_static/custom.css +++ b/src/bonsai/docs/_static/custom.css @@ -46,6 +46,16 @@ a { background: #70ba35; } +.blockbutton a.download code { + background: none !important; + border: none !important; + color: inherit !important; + font-family: inherit !important; + font-size: inherit !important; + font-weight: bold; /* optional */ + padding: 0 !important; +} + .highlight .hll { background-color: #ffc2; } diff --git a/src/bonsai/docs/guides/development/ide/linux_ide.rst b/src/bonsai/docs/guides/development/ide/linux_ide.rst index 9da0bd068a..6381ff47b8 100644 --- a/src/bonsai/docs/guides/development/ide/linux_ide.rst +++ b/src/bonsai/docs/guides/development/ide/linux_ide.rst @@ -402,7 +402,7 @@ Now let's find out how to interact with GitHub in order to make changes to the B .. container:: blockbutton - `Download dev_environment.sh `__ + :download:`Download dev_environment.sh ` Edit the file to match the paths in your system. In our case we will edit the following lines: diff --git a/src/bonsai/docs/guides/development/ide/windows_ide.rst b/src/bonsai/docs/guides/development/ide/windows_ide.rst index a2cf1e0d6c..a8e91ebfd1 100644 --- a/src/bonsai/docs/guides/development/ide/windows_ide.rst +++ b/src/bonsai/docs/guides/development/ide/windows_ide.rst @@ -345,7 +345,7 @@ Now let's find out how to interact with GitHub in order to make changes to the B .. container:: blockbutton - `Download dev_environment.bat `__ + :download:`Download dev_environment.bat ` Edit the file to match the paths in your system. In our case we will edit the following lines: @@ -681,4 +681,4 @@ Now let's find out how to interact with GitHub in order to make changes to the B You can also use the GitHub Pull Request extension to review the Pull Request and provide comments. And of course the rest of the VSCode functionality to test, debug, improve, etc. the code. - CONGRATULATIONS! and happy testing! \ No newline at end of file + CONGRATULATIONS! and happy testing!