body {
    background-color: #f4f6f9;
}

.navbar-brand {
    font-weight: 600;
}

.table thead th {
    background-color: #1f2937;
    color: #fff;
}

.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.note-editor .note-toolbar {
    background-color: #fff;
}
