Skip to content

Commit 5f79a8b

Browse files
committed
chore: Update background color
1 parent d94d594 commit 5f79a8b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/src/css/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
--ifm-color-primary-light: #33925d;
1414
--ifm-color-primary-lighter: #359962;
1515
--ifm-color-primary-lightest: #3cad6e;
16+
--ifm-hero-background-color: #8bc4f1;
1617
--ifm-code-font-size: 95%;
1718
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
1819
}
@@ -29,6 +30,11 @@
2930
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
3031
}
3132

33+
.hero--primary {
34+
--ifm-hero-background-color: #8bc4f1;
35+
--ifm-hero-text-color: var(--ifm-font-color-base-inverse);
36+
}
37+
3238
/*
3339
* cspell:ignore Infima
3440
*/

0 commit comments

Comments
 (0)