Update design
This commit is contained in:
@ -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>
|
||||
|
@ -6,7 +6,7 @@
|
||||
{
|
||||
name: "Test",
|
||||
link: "/",
|
||||
img: "img/600x300.png",
|
||||
img: "images/600x300.png",
|
||||
size: { width: 600, height: 300 },
|
||||
description: "Test",
|
||||
},
|
||||
|
@ -54,7 +54,7 @@
|
||||
}
|
||||
|
||||
li a:hover {
|
||||
border-bottom: 2px solid var(--link-color-hover);
|
||||
border-bottom: 2px solid var(--link-hover);
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
Reference in New Issue
Block a user