File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,9 @@ export default {
228
228
content : ' ' ;
229
229
pointer-events : none ;
230
230
background : linear-gradient (transparent 80% , #ccc 100% );
231
- @media (prefers-color-scheme : dark ) {
231
+ }
232
+ @media (prefers-color-scheme: dark) {
233
+ .inner-calendar-container :not (.expanded )::after {
232
234
background : linear-gradient (transparent 80% , #1a1a1a 100% );
233
235
}
234
236
}
Original file line number Diff line number Diff line change @@ -100,8 +100,10 @@ export default {
100
100
content: ' ' ;
101
101
pointer- events: none;
102
102
background: linear- gradient (transparent 80 % , #ccc 100 % );
103
- @media (prefers - color - scheme : dark ) {
104
- background: linear- gradient (transparent 80 % , #1a1a1a 100 % );
103
+ }
104
+ @media (prefers - color - scheme : dark ) {
105
+ .inner - news- container: not (.expanded ):: after {
106
+ background: linear- gradient (transparent 80 % , #1a1a1a 100 % );
105
107
}
106
108
}
107
109
img .main {
You can’t perform that action at this time.
0 commit comments