Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit d19fbcc

Browse files
committed
# file container fixes
1 parent 712393c commit d19fbcc

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

custom.css

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,13 +1158,37 @@ ts-jumper ts-jumper-container {
11581158
color: unset;
11591159
}
11601160

1161-
/* snippet / file container */
1161+
/* snippet / file container / download bar */
11621162
.c-snippet__code .CodeMirror-code>div:before {
11631163
background-color: var(--background);
11641164
}
11651165
.c-file_container--gradient:after {
11661166
background: linear-gradient(180deg,hsla(0,0%,100%,0),var(--background));
11671167
}
1168+
.c-file__title {
1169+
color: var(--text);
1170+
}
1171+
.c-file_container, .c-file__slide--meta {
1172+
background-color: var(--background-elevated);
1173+
}
1174+
.c-file__action_button, .c-file__action_button:link, .c-file__action_button:visited {
1175+
color: var(--text);
1176+
}
1177+
.p-flexpane_header {
1178+
background: var(--background);
1179+
}
1180+
.p-downloads_list__shift_hint {
1181+
background: linear-gradient(180deg,hsla(0,0%,100%,0),var(--background-elevated));
1182+
}
1183+
.p-download_item {
1184+
border: 1px solid var(--border-dim);
1185+
}
1186+
.p-download_item__container .p-download_item__name_row {
1187+
color: var(--text);
1188+
}
1189+
.p-download_item__actions {
1190+
background: var(--background-hover);
1191+
}
11681192

11691193
.c-message_attachment {
11701194
color: var(--text-bright);

0 commit comments

Comments
 (0)