Add new logo

This commit is contained in:
2026-02-10 20:51:03 +00:00
parent 699f2b760d
commit fe1061875b
2 changed files with 3 additions and 13 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@@ -1,4 +1,5 @@
<script lang="ts">
import logo from '$lib/assets/round-logo-text.svg';
import type { PageData } from './$types';
import { resolve } from '$app/paths';
export let data: PageData;
@@ -48,13 +49,10 @@
<header class="main-header">
<div class="brand-container">
<img
src={favicon}
src={logo}
alt="OwlBoard Logo"
class="main-logo"
/>
<div class="brand-text">
<h1>Routes</h1>
</div>
<div class="search-container">
<input
type="text"
@@ -145,15 +143,6 @@
display: block;
}
.brand-text h1 {
font-size: 1.5rem;
font-weight: 900;
font-family: "urwgothic";
margin: 0;
line-height: 1;
font-style: none;
}
.search-container {
margin-left: auto;
}