mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-06 01:14:29 +02:00
fix: tweak submit header and font weight
This commit is contained in:
parent
0cb09476c0
commit
aca27c2e56
@ -92,13 +92,13 @@ h4 {
|
||||
|
||||
h5 {
|
||||
color: var(--white);
|
||||
font-weight: 300;
|
||||
font-weight: 400;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
h6 {
|
||||
color: var(--white);
|
||||
font-weight: 300;
|
||||
font-weight: 400;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
|
@ -32,7 +32,6 @@
|
||||
let submit = false;
|
||||
let submitted = false;
|
||||
let erred = false;
|
||||
let botToken: string;
|
||||
$: finalPage = currentPage >= logoPages;
|
||||
$: min = currentPage * logoAmount;
|
||||
$: max = min + logoAmount;
|
||||
@ -222,10 +221,10 @@
|
||||
|
||||
<Modal bind:modalOpen={submitModal}>
|
||||
<svelte:fragment slot="title">
|
||||
{#if submit}
|
||||
Submitting
|
||||
{:else if submitted}
|
||||
{#if submitted}
|
||||
Vote casted
|
||||
{:else if submit}
|
||||
Submitting
|
||||
{:else}
|
||||
Confirm submission
|
||||
{/if}
|
||||
|
Loading…
x
Reference in New Issue
Block a user