This commit is contained in:
afnzmn 2022-07-19 14:14:57 -04:00
parent 98883f3f31
commit 26a07747ba
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<button>
<img {src} {alt}><slot/>
</button>
<h3>{username}</h3>
<h2>{username}</h2>
</a>
<style>

View File

@ -81,7 +81,7 @@ import Wave from '$lib/components/atoms/Wave.svelte';
font-weight: 800;
}
:global(h3) {
:global(h2) {
color: var(--white);
font-weight: 300;
font-size: 1.85rem;