From e06c9dcb417445255098ea171fbadc0be065a2f7 Mon Sep 17 00:00:00 2001 From: bat Date: Fri, 28 Apr 2023 16:46:49 +0000 Subject: [PATCH] change filename color --- file-view.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 > * {