redesign progress

This commit is contained in:
Firq 2023-03-04 13:48:57 +01:00
parent c98c43100e
commit a5521b479e
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
4 changed files with 119 additions and 0 deletions
src/layouts

View file

@ -22,6 +22,7 @@ const description: string = "A reference for all esports Servants, CEs and alrea
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<title>{title}</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css">
</head>
<body>
<slot />
@ -36,5 +37,6 @@ const description: string = "A reference for all esports Servants, CEs and alrea
}
body {
background: #3e3e3e;
margin: 0px;
}
</style>