Skip to content

Commit caccd38

Browse files
style: always white in homepage header
1 parent 9e716fe commit caccd38

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/css/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
--ifm-color-primary-lighter: #3f76bd;
3434
--ifm-color-primary-lightest: #5788c5;
3535

36+
.hero--primary {
37+
--ifm-heading-color: #ffffff;
38+
--ifm-hero-text-color: #ffffff;
39+
}
40+
41+
3642
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
3743
--add-highlight-line-bg: rgba(46, 160, 67, 0.1);
3844
--add-highlight-line-border: rgba(46, 160, 67, 0.4);

0 commit comments

Comments
 (0)