mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2024-04-21 12:32:08 +00:00
13 lines
167 B
CSS
13 lines
167 B
CSS
body.dark-mode {
|
|
--bg-color: #1e1f22;
|
|
--color: #f1f1f1;
|
|
--light: #dfe1e5;
|
|
|
|
|
|
--border: #303438;
|
|
}
|
|
|
|
body.dark-mode input {
|
|
color: var(--bg-color);
|
|
}
|