Skip to content

Commit dd3f5a7

Browse files
committed
Merge branch 'landing_page' of github.com:julia-pfarr/bids-website into landing_page
2 parents 68ba06d + 450f141 commit dd3f5a7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/stylesheets/extra.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,15 +167,13 @@ p { text-align: justify; }
167167
.md-header,
168168
.md-header__inner,
169169
.md-header-nav,
170-
.md-tabs,
171-
.md-nav {
170+
.md-tabs{
172171
background-color: var(--bids-brand) !important;
173172
color: var(--white) !important;
174173
}
175174
.md-header a,
176175
.md-tabs a,
177-
.md-header-nav a,
178-
.md-nav a {
176+
.md-header-nav a {
179177
color: var(--white) !important;
180178
}
181179

@@ -261,4 +259,4 @@ p { text-align: justify; }
261259
}
262260

263261
/* Minimal theme overrides left as !important where required */
264-
.md-button--primary { background-color: var(--bids-brand) !important; border-color: var(--white) !important; color: var(--white) !important; }
262+
.md-button--primary { background-color: var(--bids-brand) !important; border-color: var(--white) !important; color: var(--white) !important; }

0 commit comments

Comments
 (0)