Add new logo
This commit is contained in:
1
src/lib/assets/round-logo-text.svg
Normal file
1
src/lib/assets/round-logo-text.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 6.0 KiB |
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user