Update route information and enable direct linking.

This commit is contained in:
2026-02-09 22:24:22 +00:00
parent a8c3117259
commit 8a05d8358f
2 changed files with 19 additions and 10 deletions

View File

@@ -2,6 +2,7 @@
import type { PageData } from './$types';
import { base } from '$app/paths';
export let data: PageData;
import favicon from '$lib/assets/favicon.svg';
let searchTerm = '';
@@ -47,7 +48,7 @@
<header class="main-header">
<div class="brand-container">
<img
src="https://owlboard.info/images/logo/wide_logo.svg"
src={favicon}
alt="OwlBoard Logo"
class="main-logo"
/>
@@ -147,10 +148,10 @@
.brand-text h1 {
font-size: 1.5rem;
font-weight: 900;
font-family: "urwgothic";
margin: 0;
line-height: 1;
letter-spacing: -0.05em;
font-style: italic;
font-style: none;
}
.search-container {
@@ -214,7 +215,7 @@
.card-footer {
font-size: 0.6rem;
line-height: 0.5;
line-height: 0.8rem;
padding-bottom: 2px;
}
}
@@ -263,13 +264,14 @@
}
.location {
font-size: 1.125rem;
font-family: "urwgothic";
font-size: 1.23rem;
font-weight: 700;
letter-spacing: -0.02em;
}
.path-arrow {
color: #fff;
font-family: "urwgothic";
font-size: 0.9rem;
margin: 0.2rem 0;
}