diff --git a/source/_static/css/custom.css b/source/_static/css/custom.css index f0846bd..484decb 100644 --- a/source/_static/css/custom.css +++ b/source/_static/css/custom.css @@ -19,11 +19,12 @@ /* Installation download button */ .button, -.button:hover { +.button:hover, +.button a:visited { display: block; margin: 0 auto; background-color: var(--pst-color-link); - color: var(--white); + color: var(--pst-color-white) !important; text-align: center; width: 40%; padding: 1.6em 1em; diff --git a/source/_templates/sidebar-news.html b/source/_templates/sidebar-news.html index e02ebfd..21d1838 100644 --- a/source/_templates/sidebar-news.html +++ b/source/_templates/sidebar-news.html @@ -36,5 +36,5 @@
12th October 2023


- + diff --git a/source/installation/condafaq.rst b/source/installation/condafaq.rst index 81cc8b4..815c74c 100644 --- a/source/installation/condafaq.rst +++ b/source/installation/condafaq.rst @@ -20,6 +20,7 @@ Unable to find `mantid` or `mantidworkbench` ############################################ .. code-block:: sh + PackagesNotFoundError: The following packages are not available from current channels If you encounter this error it may be because you have not included the mantid channel in your download command. Please ensure you include `-c mantid` when installing.