Skip to content

Commit e777824

Browse files
authored
Merge pull request #144 from nbdc-datahub/1.0.6
remove purple colors from bold text in css and icons throughout
2 parents 0bd7ff7 + 3804ada commit e777824

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

docs/css/alerts.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@
4747
margin-top: 0.8em;
4848
margin-bottom: 0.8em;
4949
}
50-
.alert-collapsible-content b {
51-
color: #6300d3;;
52-
line-height: 1.3;
53-
}
5450
.alert-collapsible-content ul {
5551
margin-top: 1rem;
5652
padding-left: 0.4rem;

docs/css/collapsible.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@
4141
margin: 0.8em 0;
4242
line-height: 1.3;
4343
}
44-
.open-collapsible-content b {
45-
color: #6300d3;
46-
}
4744
.open-collapsible-content ul {
4845
margin: 1rem 0 0.5rem 1rem;
4946
padding-left: 0.4rem;

docs/datacuration/nmind.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
[NMIND](https://www.nmind.org/about) is a collaborative initiative dedicated to improving transparency, reproducibility, and efficiency in neuroimaging research. It brings together the neuroscience community to develop, test, and refine tools through shared standards and monthly Hackathons.
66

77

8-
<i class='fas fa-tools' style="color: #6300d3; font-size: 1.1em;"></i> **Tools Vetted by the Community**
8+
<i class='fas fa-tools' style="color: #199bd6; font-size: 1.1em;"></i> **Tools Vetted by the Community**
99
Explore a growing collection of tools tested and improved through the NMIND process in the [Proceedings](https://www.nmind.org/proceedings/) page of the NMIND website.
1010

1111

12-
<i class="fas fa-check-circle" style="color: #6300d3; font-size: 1.1em;"></i> **HBCD Processing & Analytic Software Standards**
12+
<i class="fas fa-check-circle" style="color: #199bd6; font-size: 1.1em;"></i> **HBCD Processing & Analytic Software Standards**
1313
See how NMIND supports the HBCD study by informing data processing and analytic pipelines with community-developed standards - [Processing & Analytic Software Standards](../instruments/processing/standards.md).

0 commit comments

Comments
 (0)