Skip to content

Commit

Permalink
Automatically merge 'development' to 'main'.
Browse files Browse the repository at this point in the history
Merge commit issued by the automatic_merge workflow.
  • Loading branch information
access-bot committed Oct 17, 2024
2 parents e2ff26a + 51278bf commit bf96e3e
Show file tree
Hide file tree
Showing 3 changed files with 441 additions and 151 deletions.
37 changes: 37 additions & 0 deletions docs/css/access-nri.css
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,39 @@ img.terminalSwitch:hover {
cursor: pointer;
}

/* ===============================================================
Virtural terminal colours for Spack output
*/

.spack-red {
color: #FF6E67;
}
.spack-highlighted {
color: #FFFFFF;
font-weight: 600;
}
.spack-cyan {
color: cyan;
}
.spack-indigo {
color: #6871FF;
}
.spack-green{
color: #00C200;
}
.spack-pink {
color: #CA30C7;
}
.spack-grey {
color: #686868;
}

.spack::part(directory),
.spack ::part(directory) {
color: #60FA67;
}


/* ===============================================================
General styling for html tabs
*/
Expand Down Expand Up @@ -1156,6 +1189,10 @@ img.terminalSwitch:hover {
/* ===============================================================
Miscellaneous
*/
.keep-blanks {
white-space: pre;
}

.centered {
display: block;
margin-left: auto;
Expand Down
Loading

0 comments on commit bf96e3e

Please sign in to comment.