diff --git a/file-view.js b/file-view.js index 7d5ab6d..1ec5bad 100644 --- a/file-view.js +++ b/file-view.js @@ -90,8 +90,8 @@ export class FileView extends HTMLElement { display: flex; flex-direction: row; align-items: stretch; - background-color: #111; - color: #ddd; + background-color: #f2dbd8; + color: #000; padding: 3px 0; } div.header > * {