We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227c445 commit 69e47a9Copy full SHA for 69e47a9
docs/src/css/custom.css
@@ -18,9 +18,9 @@
18
--ifm-code-font-size: 95%;
19
}
20
21
-/* .hero.hero--primary {
22
- --ifm-hero-background-color: #fff;
23
- --ifm-hero-text-color: var(--ifm-font-color-base);
+.hero.hero--primary {
+ --ifm-hero-background-color: #fbb30f;
+ /* --ifm-hero-text-color: var(--ifm-font-color-base); */
24
background-color: var(--ifm-hero-background-color);
25
color: var(--ifm-hero-text-color);
26
@@ -32,6 +32,10 @@
32
33
34
35
+.hero.hero--primary .button.button--secondary {
36
+ color: #fff !important;
37
+}
38
+
39
.docusaurus-highlight-code-line {
40
background-color: rgb(72, 77, 91);
41
display: block;
@@ -41,4 +45,4 @@
45
42
46
.footer.footer--dark {
43
47
--ifm-footer-background-color: #000;
44
-} */
48
0 commit comments