Improve translations and add experimental warning

This commit is contained in:
Misode
2020-05-21 01:01:25 +02:00
parent 04f071a68a
commit 45e1f1bf87
4 changed files with 36 additions and 3 deletions

View File

@@ -225,3 +225,18 @@ body[data-style="dark"] .card a {
body[data-style="dark"] .card a:hover {
color: #ccc !important;
}
body[data-style="dark"] .alert-danger {
background-color: #6d2126;
border-color: #5e1b20;
color: #dfc4c7;
}
body[data-style="dark"] .alert-danger svg {
fill: #dfc4c7;
}
.alert-danger svg {
fill: #6d2126;
margin-right: 5px;
}