chore: fix site name
This commit is contained in:
parent
68fa501003
commit
0f14ad569f
@ -1,6 +1,6 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { revisions } from "@/data/siteRevisions";
|
import { revisions } from "@/data/siteRevisions";
|
||||||
useHead({ title: "Eggworld" });
|
useHead({ title: "Oeufs?" });
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
@ -49,7 +49,9 @@ useHead({ title: "Eggworld" });
|
|||||||
html {
|
html {
|
||||||
background: white;
|
background: white;
|
||||||
color: black;
|
color: black;
|
||||||
transition: color 0.2s ease, background 0.2s ease;
|
transition:
|
||||||
|
color 0.2s ease,
|
||||||
|
background 0.2s ease;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
|
Loading…
Reference in New Issue
Block a user