File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,13 @@ function Footer() {
6161
6262return (
6363< >
64- < ThemedImage sources = { {
65- light : useBaseUrl ( '/img/waves/accent-below-4.svg' ) ,
66- dark : useBaseUrl ( '/img/waves/accent-below-4-dark.svg' )
67- } } className = "waves" />
64+ < ThemedImage
65+ sources = { {
66+ light : useBaseUrl ( '/img/waves/accent-below-4.svg' ) ,
67+ dark : useBaseUrl ( '/img/waves/accent-below-4-dark.svg' )
68+ } }
69+ className = "waves"
70+ />
6871< footer
6972className = { clsx ( 'footer' , {
7073'footer--dark' : footer . style === 'dark'
Original file line number Diff line number Diff line change 66 */
77
88.footerLogoLink {
9- opacity : 0.5 ;
10- transition : opacity var (--ifm-transition-fast ) var (--ifm-transition-timing-default );
9+ opacity : 0.5 ;
10+ transition : opacity var (--ifm-transition-fast )
11+ var (--ifm-transition-timing-default );
1112}
1213
1314.footerLogoLink : hover {
14- opacity : 1 ;
15+ opacity : 1 ;
1516}
You can’t perform that action at this time.
0 commit comments