1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-06-10 23:47:33 +02:00

Chore: Lighten outline-secondary buttons in dark mode

This commit is contained in:
Ralph Slooten 2025-05-23 23:19:54 +12:00
parent 99a3e17243
commit 91409310d7

View File

@ -89,6 +89,14 @@
.token.property {
color: #ee6969;
}
.btn-outline-secondary {
color: #9c9c9c;
&:hover {
color: $body-color-dark;
}
}
}
.text-spaces-nowrap {