mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-20 11:07:01 +00:00
Adds dark mode support (#218)
* Adds dark mode support Updates the css to support dark mode via media query. The dark theme its heavily inspired on the new dark mode for google.com.
This commit is contained in:
committed by
GitHub
parent
985f2702f2
commit
bf8536abb3
@@ -76,7 +76,7 @@
|
||||
|
||||
.message-list {
|
||||
display: block;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.message-list-controls {
|
||||
|
||||
Reference in New Issue
Block a user