Skip to content

Commit bf215f5

Browse files
Merge pull request #44 from kir-rescomp/dev
add colour css to stylesheets
2 parents 287656c + d4913d0 commit bf215f5

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

docs/index.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,22 @@
55
</p>
66

77
!!! quote ""
8+
<p class="blue-highlight">
9+
This catalogue serves as a central repository for training resources and educational materials developed by the Research Computing team at the Kennedy Institute of Rheumatology, University of Oxford to support computational research and skill development.<br><br>
10+
For any question or enquiries related to this catalogue, please contact KIR Research Computing Manager
11+
</p>
812

9-
This catalogue serves as a central repository for training resources and educational materials developed by the Research Computing team at the Kennedy Institute of Rheumatology, University of Oxford to support computational research and skill development.
13+
_ _ _
1014

15+
??? circle-info "Additional Training Resources by OxRSE"
16+
17+
For additional intermediate- to advanced-level Research Software Engineering training resources, as well as selected introductory materials focused on specific programming languages, please refer to the catalogue maintained by [OxRSE](https://www.rse.ox.ac.uk) at https://train.rse.ox.ac.uk/material.
1118

1219
<!--- check -->
1320

21+
22+
23+
1424
---
1525

1626

docs/stylesheets/colors.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.blue-highlight {
2+
background-color: #0f1f47;
3+
color: white;
4+
padding: 10px;
5+
border-radius: 4px;
6+
}

docs/stylesheets/extra.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,12 +602,12 @@
602602
}
603603
.md-typeset .admonition.circle-info,
604604
.md-typeset details.circle-info {
605-
border-color: rgb(131, 174, 238);
605+
border-color: rgb(230, 234, 240);
606606
}
607607
.md-typeset .circle-info > .admonition-title,
608608
.md-typeset .circle-info > summary {
609609
color:rgb(238, 236, 231);
610-
background-color: rgba(24, 27, 196, 0.863);
610+
background-color: rgba(15,31,71);
611611
}
612612
.md-typeset .circle-info > .admonition-title::before,
613613
.md-typeset .circle-info > summary::before {

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,4 @@ copyright : KIR Training Catalogue is licensed under a <a rel="noopener" target=
123123
extra_css:
124124
- stylesheets/extra.css
125125
- stylesheets/cards.css
126+
- stylesheets/colors.css

0 commit comments

Comments
 (0)