Skip to content

Commit 69e47a9

Browse files
add styles
1 parent 227c445 commit 69e47a9

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/src/css/custom.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
--ifm-code-font-size: 95%;
1919
}
2020

21-
/* .hero.hero--primary {
22-
--ifm-hero-background-color: #fff;
23-
--ifm-hero-text-color: var(--ifm-font-color-base);
21+
.hero.hero--primary {
22+
--ifm-hero-background-color: #fbb30f;
23+
/* --ifm-hero-text-color: var(--ifm-font-color-base); */
2424
background-color: var(--ifm-hero-background-color);
2525
color: var(--ifm-hero-text-color);
2626
}
@@ -32,6 +32,10 @@
3232
color: var(--ifm-hero-text-color);
3333
}
3434

35+
.hero.hero--primary .button.button--secondary {
36+
color: #fff !important;
37+
}
38+
3539
.docusaurus-highlight-code-line {
3640
background-color: rgb(72, 77, 91);
3741
display: block;
@@ -41,4 +45,4 @@
4145

4246
.footer.footer--dark {
4347
--ifm-footer-background-color: #000;
44-
} */
48+
}

0 commit comments

Comments
 (0)