File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 248
248
--color-accent : var (--color-primary-light-1 );
249
249
--color-small-accent : var (--color-primary-light-6 );
250
250
--color-active-line : # fffbdd ;
251
+ --color-dialog-backdrop : # 080808c0 ;
251
252
accent-color : var (--color-accent );
252
253
color-scheme : light;
253
254
}
@@ -1196,6 +1197,15 @@ img.ui.avatar,
1196
1197
box-shadow : none;
1197
1198
}
1198
1199
1200
+ .ui .modal {
1201
+ animation-name : fadein;
1202
+ animation-duration : 300ms ;
1203
+ }
1204
+
1205
+ .ui .dimmer {
1206
+ background : var (--color-dialog-backdrop );
1207
+ }
1208
+
1199
1209
/* Override semantic selector '.ui.menu:not(.vertical) .item > .button' */
1200
1210
/* This fixes the commit graph button on the commits page */
1201
1211
/* modal svg icons, copied from fomantic except width and height */
Original file line number Diff line number Diff line change 233
233
--color-accent : var (--color-primary-light-1 );
234
234
--color-small-accent : var (--color-primary-light-5 );
235
235
--color-active-line : # 534d1b ;
236
+ --color-dialog-backdrop : # 080808c0 ;
236
237
accent-color : var (--color-accent );
237
238
color-scheme : dark;
238
239
}
You can’t perform that action at this time.
0 commit comments