change filename color

pages
bat 3 years ago
parent 9b17292136
commit e06c9dcb41

@ -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