Removed inner styles and updated CSP

This commit is contained in:
Developer 02
2024-05-14 13:50:03 +02:00
parent 87a766a2e8
commit cf9286e4c3
5 changed files with 27 additions and 6 deletions

View File

@@ -5,6 +5,13 @@
/* Toolbar Buttons */
#app {
background: gray;
width: 100vw;
height: 100vh;
margin: 0 auto;
}
.button-finish {
transition: background-color linear 300ms;
background-color: #059669; /* emerald-600 */
@@ -198,4 +205,8 @@ footer#page-footer a:focus {
.select2-search__field {
display:none
}
.lang-item {
font-size: 0.85rem;
}