add links bar

This commit is contained in:
2024-01-20 04:31:17 +01:00
parent 76fda12604
commit 30b979817a
6 changed files with 101 additions and 3 deletions

View File

@@ -49,6 +49,14 @@
border-radius: 10px;
color: white;
}
.panel-alt {
background-color: white;
overflow: auto;
border: 3px double;
border-radius: 5px;
color: rgba(0, 0, 0, 0.6);
}
</style>
</svelte:head>