redesign progress
This commit is contained in:
parent
c98c43100e
commit
a5521b479e
4 changed files with 119 additions and 0 deletions
src/layouts
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue