Browse Source

change filename color

pages
bat 3 years ago
parent
commit
e06c9dcb41
  1. 4
      file-view.js

4
file-view.js

@ -90,8 +90,8 @@ export class FileView extends HTMLElement {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: stretch; align-items: stretch;
background-color: #111; background-color: #f2dbd8;
color: #ddd; color: #000;
padding: 3px 0; padding: 3px 0;
} }
div.header > * { div.header > * {

Loading…
Cancel
Save