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 {
227
227
left : 0 ;
228
228
content : ' ' ;
229
229
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
+ }
231
234
}
232
235
233
236
.title {
Original file line number Diff line number Diff line change @@ -99,7 +99,10 @@ export default {
99
99
left: 0 ;
100
100
content: ' ' ;
101
101
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
+ }
103
106
}
104
107
img .main {
105
108
width: 100 % ;
You can’t perform that action at this time.
0 commit comments