Skip to content

Commit 4491ab5

Browse files
footer fix
1 parent f31ae62 commit 4491ab5

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/css/custom.css

+1-4
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,9 @@
3737
--ifm-background-color-primary: #171717;
3838
}
3939

40-
body {
41-
font-family: var(--ifm-font-family-base);
42-
}
43-
4440
#__docusaurus {
4541
background-color: var(--ifm-background-color-primary);
42+
font-family: var(--ifm-font-family-base);
4643
}
4744

4845
.navbar .navbar__item {

src/theme/Footer/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function CustomFooter(props) {
2121
}}
2222
/>
2323
</div>
24-
<div className="flex items-stretch max-w-md text-xs font-medium mt-10 max-md:mt-10 font-satoshi leading-5 text-customGray">
24+
<div className="flex items-stretch max-w-md text-xs font-medium mt-10 max-md:mt-10 leading-5 text-customGray">
2525
CodeRabbit is an innovative, AI-driven platform that transforms
2626
the way code reviews are done. Its automated reviews elevate the
2727
code quality while significantly reducing the time and effort tied
@@ -90,7 +90,7 @@ function CustomFooter(props) {
9090
</div>
9191
<div className="bg-neutral-700 shrink-0 h-px mt-6 max-md:max-w-full" />
9292
<div className="justify-between flex w-full gap-5 mt-7 items-start max-md:max-w-full max-md:flex-wrap">
93-
<div className="text-sm font-medium font-satoshi text-customWhite">
93+
<div className="text-sm font-medium text-customWhite">
9494
CodeRabbit © {new Date().getFullYear()}
9595
</div>
9696
<div className="justify-end items-stretch self-stretch flex gap-4 pl-20 max-md:max-w-full max-md:flex-wrap max-md:pl-5">

0 commit comments

Comments
 (0)