AGGrid-Portal / src /styles /dark-mode.css
Bhanushray's picture
Upload 42 files
a435638 verified
raw
history blame contribute delete
260 Bytes
.dark-mode {
background: #1c1c1c;
color: white;
}
.dark-mode .excel-toolbar {
background: linear-gradient(to right, #444, #222);
}
.dark-mode .excel-toolbar button {
color: #222;
}
.dark-mode .excel-grid {
filter: brightness(0.9);
}