body {
    background: white;
    filter: grayscale(1);
}

.header {
    background: white;
    color: #c0c0c0;
    text-shadow: none;
}

.finder, .editor {
    border: none !important;
}

.finder {
    box-shadow: inset 2px 0 6px silver;
}

.finder .fa {
    color: rgba(0, 0, 0, 0.3);
}
