Skip to content

Commit

Permalink
Merge pull request #43 from mantidproject/fix-download-button-colour
Browse files Browse the repository at this point in the history
Fix download button colour on installation page
  • Loading branch information
rbauststfc authored Jun 28, 2024
2 parents 0de20f1 + 0bb8ced commit 42f2520
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion source/_templates/sidebar-news.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ <h5>12th October 2023</h5>
</p>
</div>
<hr>

</div>
1 change: 1 addition & 0 deletions source/installation/condafaq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 42f2520

Please sign in to comment.