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

Commit

Permalink
# file container fix fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nockiro committed Jul 22, 2018
1 parent d19fbcc commit 32f79b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1129,6 +1129,7 @@ ts-jumper ts-jumper-container {
.c-menu {
background-color: var(--background-elevated);
color: var(--text-bright);
border: 1px solid var(--border-dim);
}
.c-menu_item__label {
color: var(--text-bright);
Expand Down Expand Up @@ -1170,9 +1171,11 @@ ts-jumper ts-jumper-container {
}
.c-file_container, .c-file__slide--meta {
background-color: var(--background-elevated);
border: 1px solid var(--border-dim);
}
.c-file__action_button, .c-file__action_button:link, .c-file__action_button:visited {
color: var(--text);
background-color: var(--background-hover);
}
.p-flexpane_header {
background: var(--background);
Expand Down

0 comments on commit 32f79b9

Please sign in to comment.