File tree Expand file tree Collapse file tree 4 files changed +7
-34
lines changed
Expand file tree Collapse file tree 4 files changed +7
-34
lines changed Original file line number Diff line number Diff line change @@ -3,42 +3,15 @@ import classnames from 'classnames';
33import { default as GinLogo } from '@/Logo' ;
44import { ConfigContext } from '@/ConfigProvider' ;
55import Icon from '@/Icon' ;
6-
7- const SocialLinks : React . FC < { className ?: string } > = ( props ) => {
8- let className = props . className ;
9- return (
10- < ul className = { className } >
11- < li >
12- < a
13- href = 'https://github.com/hocgin'
14- target = '_blank'
15- rel = 'noopener noreferrer'
16- >
17- < Icon . GitHubFilled className = { `${ className } -github` } />
18- </ a >
19- </ li >
20- < li >
21- < a
22- href = 'https://weibo.com/hocgin'
23- target = '_blank'
24- rel = 'noopener noreferrer'
25- >
26- < Icon . WeiboFilled className = { `${ className } -weibo` } />
27- </ a >
28- </ li >
29- </ ul >
30- ) ;
31- } ;
32-
336const DefaultCopyTitle : React . FC < { } > = ( ) => {
347 return (
358 < >
369 © 2013-2021 |{ ' ' }
37- < a href = ' http://www.hocgin.top/' target = ' _blank' >
10+ < a href = " http://www.hocgin.top/" target = " _blank" >
3811 🧱 红土立方
3912 </ a >
4013 { ' | ' }
41- < a href = ' https://beian.miit.gov.cn/' target = ' _blank' >
14+ < a href = " https://beian.miit.gov.cn/" target = " _blank" >
4215 闽ICP备20004537号
4316 </ a >
4417 </ >
Original file line number Diff line number Diff line change @@ -79,17 +79,17 @@ $footer-prefix-cls: $hui-prefix + '-footer';
7979 }
8080
8181 & -copytitle {
82- color : rgba (127 , 127 , 127 , 0.6 );
82+ color : rgba (127 , 127 , 127 , 0.6 ) !important ;
8383 display : block ;
8484 text-align : center ;
8585 margin-top : 8px ;
8686 font-size : 0.78em ;
8787
8888 a {
89- color : rgba (127 , 127 , 127 , 0.6 );
89+ color : rgba (127 , 127 , 127 , 0.6 ) !important ;
9090
9191 & :hover {
92- color : rgba (102 , 102 , 102 , 0.75 );
92+ color : rgba (102 , 102 , 102 , 0.75 ) !important ;
9393 }
9494 }
9595 }
Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ $link-prefix-cls: $hui-prefix + '-alink';
2525 }
2626
2727 & :hover {
28- color : #000 ;
28+ color : #000 !important ;
2929 }
3030}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ $logo-heart-prefix-cls: $hui-prefix + '-logo-heart';
1616
1717 & -text {
1818 margin-left : 1px ;
19- color : #454d64 ;
19+ color : #454d64 !important ;
2020 display : inline-flex ;
2121 align-items : center ;
2222 justify-content : center ;
You can’t perform that action at this time.
0 commit comments