File tree Expand file tree Collapse file tree 5 files changed +45
-7
lines changed
Expand file tree Collapse file tree 5 files changed +45
-7
lines changed Original file line number Diff line number Diff line change 11.warpper {
22 background : white ;
33 border-top : 1px solid #e1e4e8 ;
4+ width : 100% ;
45}
56
67.inner {
7980 margin : 0 5px ;
8081 }
8182}
83+
84+ html [data- color - mode*= ' dark' ] .warpper {
85+ border-top : 1px solid #032438 ;
86+ background : var (--color-theme-bg );
87+ }
Original file line number Diff line number Diff line change 1010}
1111
1212html [data- color - mode*= ' dark' ] .warpper {
13- background-color : #0d1117 ;
13+ background-color : var ( --color-theme-bg ) ;
1414 border-bottom : 1px solid #032438 ;
1515}
1616
@@ -27,7 +27,7 @@ html[data-color-mode*='dark'] .warpper {
2727
2828 a {
2929 transition : all 0.3s ;
30- color : #333 ;
30+ color : var ( --color-fg-default ) ;
3131 border-radius : 3px ;
3232 padding : 2px 8px 2px 8px ;
3333 display : flex ;
@@ -44,7 +44,6 @@ html[data-color-mode*='dark'] .warpper {
4444 color : #0366d6 ;
4545 }
4646}
47-
4847.logo {
4948 display : flex ;
5049 align-items : center ;
@@ -74,3 +73,9 @@ html[data-color-mode*='dark'] .warpper {
7473 font-weight : 300 ;
7574 }
7675}
76+
77+ html [data- color - mode*= ' dark' ] {
78+ :global(.github ) {
79+ fill : white ;
80+ }
81+ }
Original file line number Diff line number Diff line change 33 position : relative ;
44
55 a {
6- color : #5a5a5a ;
6+ color : var ( --color-fg-default ) ;
77 transition : all 0.3s ;
88 margin-left : 10px ;
99 display : flex ;
3939 padding : 5px 0 ;
4040 margin-left : 10px ;
4141 margin-bottom : 10px ;
42- color : #bdbdbd ;
42+ color : #8a8686 ;
4343 border-bottom : 1px solid #eaeaea ;
4444}
4545
Original file line number Diff line number Diff line change 44 background : linear-gradient (60deg , #393e48c4 0% , #dfe2e5 100% );
55 color : white ;
66}
7+ html [data- color - mode*= ' dark' ] .header {
8+ background : linear-gradient (10deg , #393e48c4 0% , var (--color-theme-bg ) 80% );
9+ color : rgb (255 , 255 , 255 );
10+ h2 ,
11+ p ,
12+ a :hover {
13+ text-shadow : 1px 3px 5px cornflowerblue ;
14+ }
15+ }
716
817.headerContent {
918 padding-top : 140px ;
2534 }
2635 p {
2736 padding-top : 52px ;
37+ font-size : 25px ;
2838 }
2939}
3040.innerHeader {
6474 }
6575}
6676
77+ html [data- color - mode*= ' dark' ] .waves {
78+ :global(.parallax ) {
79+ & > use :nth- child(1 ) {
80+ fill : #0d1117b5 ;
81+ }
82+ & > use :nth- child(2 ) {
83+ fill : #0d111783 ;
84+ }
85+ & > use :nth- child(3 ) {
86+ fill : #0d11173c ;
87+ }
88+ & > use :nth- child(4 ) {
89+ fill : var (--color-theme-bg );
90+ }
91+ }
92+ }
93+
6794@keyframes move- forever {
6895 0% {
6996 transform : translate3d (-90px , 0 , 0 );
You can’t perform that action at this time.
0 commit comments