.night-mode .section,
.night-mode input,
.night-mode .pageTypeSelect,
.night-mode .custom-select-trigger,
.night-mode .custom-select,
.night-mode textarea {
    background-color: #2a2a2a;
    color: #f0f0f0;
    border-color: #444;
}

.night-mode h1,
.night-mode h2 {
    color: #4a90e2;
}

.night-mode header,
.night-mode main,
.night-mode .grid {
    background-color: #1a1a1a;
}

.night-mode h3,
.night-mode header {
    border-bottom: 1px solid #2a2a2a;
}

.night-mode .template-item {
    background-color: #2a2a2a;
}

.night-mode select,
.night-mode .name {
    color: #f0f0f0;
}

.night-mode .modal-content {
    background-color: #2a2a2a;
}

.night-mode .custom-options .custom-option,
.night-mode .custom-select-trigger {
    background-color: #2a2a2a;
}