File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 37
37
--ifm-background-color-primary : # 171717 ;
38
38
}
39
39
40
- body {
41
- font-family : var (--ifm-font-family-base );
42
- }
43
-
44
40
# __docusaurus {
45
41
background-color : var (--ifm-background-color-primary );
42
+ font-family : var (--ifm-font-family-base );
46
43
}
47
44
48
45
.navbar .navbar__item {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ function CustomFooter(props) {
21
21
} }
22
22
/>
23
23
</ 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" >
25
25
CodeRabbit is an innovative, AI-driven platform that transforms
26
26
the way code reviews are done. Its automated reviews elevate the
27
27
code quality while significantly reducing the time and effort tied
@@ -90,7 +90,7 @@ function CustomFooter(props) {
90
90
</ div >
91
91
< div className = "bg-neutral-700 shrink-0 h-px mt-6 max-md:max-w-full" />
92
92
< 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" >
94
94
CodeRabbit © { new Date ( ) . getFullYear ( ) }
95
95
</ div >
96
96
< 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" >
You can’t perform that action at this time.
0 commit comments