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

UI: Dark mode color adjustments

This commit is contained in:
Ralph Slooten 2023-07-11 16:44:55 +12:00
parent 9cb2c26c6f
commit daf6e453df

View File

@ -56,10 +56,16 @@
z-index: 1500;
}
// dark mode adjustments
@include color-mode(dark) {
#loading {
background: rgba(0, 0, 0, 0.4);
}
.token.tag,
.token.property {
color: #ee6969;
}
}
.message {