Improve dark mode

This commit is contained in:
grandeljay 2022-06-14 21:03:54 +02:00
parent b2c45d437e
commit b3bf6bf3c4
2 changed files with 6 additions and 1 deletions

View file

@ -415,6 +415,7 @@ p .ui.horizontal.label {
.ui.basic.white.button {
transition: var(--themeTransitionDuration) ease background-color;
color: inherit;
background-color: #fff;
}
@media (prefers-color-scheme: dark) {

View file

@ -206,6 +206,10 @@ body,
color: rgba(255, 255, 255, 0.8);
background-color: #000;
}
.ui.basic.button:active,
.ui.basic.buttons .button:active {
color: rgba(255, 255, 255, 0.9);
}
/** Input */
.ui.input > input {
@ -271,7 +275,7 @@ body,
border-color: #2a3cea !important;
}
i.icon::before {
color: #fff;
color: inherit;
}
/** Form */