Update design

This commit is contained in:
2024-09-27 20:00:00 +01:00
parent 8782a3c7db
commit 87edd61a9c
15 changed files with 202 additions and 252 deletions

View File

@ -8,3 +8,14 @@
<slot></slot>
<footer class="container"></footer>
</ThemeContext>
<style>
footer {
display: flex;
justify-content: space-between;
border-top: 2px solid var(--border);
color: var(--text);
margin-top: 30px;
margin-bottom: 30px;
}
</style>

View File

@ -6,7 +6,7 @@
{
name: "Test",
link: "/",
img: "img/600x300.png",
img: "images/600x300.png",
size: { width: 600, height: 300 },
description: "Test",
},

View File

@ -54,7 +54,7 @@
}
li a:hover {
border-bottom: 2px solid var(--link-color-hover);
border-bottom: 2px solid var(--link-hover);
}
h2 {