Skip to content

Commit 91955cb

Browse files
committed
Add white text color to header elements
1 parent e8c8972 commit 91955cb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/stylesheets/extra.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11

22
.md-header{
33
background-color: #3F2B95;
4+
color: #FFFFFF;
5+
}
6+
7+
.md-header__title,
8+
.md-header__button,
9+
.md-header a {
10+
color: #FFFFFF;
411
}
512

613
h2 {

0 commit comments

Comments
 (0)