Update Translation / Fixed Dark Mode in Machine Tab

This commit is contained in:
Cyril 2023-04-27 12:06:21 +02:00
parent 8df5b79a6e
commit 9fb14338f5
8 changed files with 2212 additions and 2869 deletions

View file

@ -0,0 +1,18 @@
body
{
background-color:#eeeeee;
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
.container {
text-align: center;
padding: 30px;
border-radius: 10px;
background-color: #ffffff;
box-shadow: 0 4px 6px rgba(39, 39, 39, 0.1);
}