File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,10 @@ export default {
227227 left : 0 ;
228228 content : ' ' ;
229229 pointer-events : none ;
230- background : linear-gradient (transparent 80% , #1a1a1a 100% );
230+ background : linear-gradient (transparent 80% , #ccc 100% );
231+ @media (prefers-color-scheme : dark ) {
232+ background : linear-gradient (transparent 80% , #1a1a1a 100% );
233+ }
231234 }
232235
233236 .title {
Original file line number Diff line number Diff line change @@ -99,7 +99,10 @@ export default {
9999 left: 0 ;
100100 content: ' ' ;
101101 pointer- events: none;
102- background: linear- gradient (transparent 80 % , #1a1a1a 100 % );
102+ background: linear- gradient (transparent 80 % , #ccc 100 % );
103+ @media (prefers - color - scheme : dark ) {
104+ background: linear- gradient (transparent 80 % , #1a1a1a 100 % );
105+ }
103106 }
104107 img .main {
105108 width: 100 % ;
You can’t perform that action at this time.
0 commit comments