1
0
mirror of https://github.com/axllent/mailpit.git synced 2024-12-30 23:17:59 +02:00

UI: Update dark mode loading background color

This commit is contained in:
Ralph Slooten 2023-07-11 16:22:53 +12:00
parent 0aa8ea3d51
commit 9cb2c26c6f

View File

@ -56,6 +56,12 @@
z-index: 1500;
}
@include color-mode(dark) {
#loading {
background: rgba(0, 0, 0, 0.4);
}
}
.message {
&.read {
color: $text-muted;
@ -72,7 +78,11 @@
#nav-plain-text .text-view,
#nav-source {
white-space: pre;
font-family: Courier New, Courier, System, fixed-width;
font-family:
Courier New,
Courier,
System,
fixed-width;
font-size: 0.85em;
}