feat(dashboard): pluralkit.me branding changes

This commit is contained in:
spiral 2022-05-16 23:22:51 -04:00
parent a65880c665
commit dc7b1a4291
No known key found for this signature in database
GPG Key ID: 244A11E4B0BCF40E
8 changed files with 8 additions and 8 deletions

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -94,5 +94,5 @@
</Container>
<svelte:head>
<title>pk-webs | dash</title>
<title>PluralKit | dash</title>
</svelte:head>

View File

@ -124,7 +124,7 @@
</Container>
<svelte:head>
<title>pk-webs | settings</title>
<title>PluralKit | settings</title>
</svelte:head>
<style>

View File

@ -83,5 +83,5 @@
</Container>
<svelte:head>
<title>pk-webs | {title}</title>
<title>PluralKit | {title}</title>
</svelte:head>

View File

@ -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;