language files combined, settings fixed, "new" badge integrated
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user