language files combined, settings fixed, "new" badge integrated

This commit is contained in:
2025-08-01 23:34:41 +02:00
parent b2968f203d
commit 80873877c1
44 changed files with 1319 additions and 358 deletions

View File

@@ -27,9 +27,10 @@ const emits = defineEmits(['prevPage', 'nextPage']);
justify-content: center;
align-items: center;
padding: 20px;
background-color: #f0f0f0;
background-color: var(--color-background);
width: 100%;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
color: var(--color-text);
}
.navigation button {
@@ -51,6 +52,6 @@ const emits = defineEmits(['prevPage', 'nextPage']);
.navigation span {
font-size: 1.2em;
font-weight: bold;
color: #333;
color: var(--color-text);
}
</style>