feat(dashboard): pluralkit.me branding changes
This commit is contained in:
parent
a65880c665
commit
dc7b1a4291
@ -4,11 +4,11 @@
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" href="./myriad.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>pk-webs | home</title>
|
||||
<title>PluralKit | home</title>
|
||||
<link rel="stylesheet" href="/styles/generic.scss" />
|
||||
<link rel="stylesheet" href="/styles/dark.scss" />
|
||||
<link rel="stylesheet" href="/styles/light.scss" />
|
||||
<script defer data-domain="pk-webs-beta.spectralitree.com" src="https://plausible.pluralkit.me/js/plausible.js"></script>
|
||||
<script defer data-domain="dash.pluralkit.me" src="https://plausible.pluralkit.me/js/plausible.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "pk-webs-2",
|
||||
"name": "pluralkit-dashboard",
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 664 KiB |
@ -24,7 +24,7 @@ import { get } from 'svelte/store';
|
||||
|
||||
</script>
|
||||
<Navbar color="light" light expand="lg" class="mb-4">
|
||||
<NavbarBrand>pk-webs</NavbarBrand>
|
||||
<NavbarBrand>PluralKit</NavbarBrand>
|
||||
<NavbarToggler on:click={toggle}></NavbarToggler>
|
||||
<Collapse {isOpen} navbar expand="lg">
|
||||
<Nav class="ms-auto" navbar>
|
||||
|
@ -94,5 +94,5 @@
|
||||
</Container>
|
||||
|
||||
<svelte:head>
|
||||
<title>pk-webs | dash</title>
|
||||
<title>PluralKit | dash</title>
|
||||
</svelte:head>
|
@ -124,7 +124,7 @@
|
||||
</Container>
|
||||
|
||||
<svelte:head>
|
||||
<title>pk-webs | settings</title>
|
||||
<title>PluralKit | settings</title>
|
||||
</svelte:head>
|
||||
|
||||
<style>
|
||||
|
@ -83,5 +83,5 @@
|
||||
</Container>
|
||||
|
||||
<svelte:head>
|
||||
<title>pk-webs | {title}</title>
|
||||
<title>PluralKit | {title}</title>
|
||||
</svelte:head>
|
@ -36,7 +36,7 @@ code {
|
||||
font-family: 'Open-Dyslexic', sans-serif;
|
||||
}
|
||||
|
||||
// pk-webs specific elements
|
||||
// dashboard specific elements
|
||||
.icon {
|
||||
height: 1.5em;
|
||||
width: 1.5em;
|
||||
|
Loading…
Reference in New Issue
Block a user