This repository was archived by the owner on Aug 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments