mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-03 16:14:25 +02:00
guguguh vine boom
This commit is contained in:
commit
69555fa199
@ -9,7 +9,7 @@
|
|||||||
<button>
|
<button>
|
||||||
<img {src} {alt}><slot/>
|
<img {src} {alt}><slot/>
|
||||||
</button>
|
</button>
|
||||||
<h3>{username}</h3>
|
<h2>{username}</h2>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
@ -7,10 +7,11 @@
|
|||||||
<div class="hero-text">
|
<div class="hero-text">
|
||||||
<!-- <img class="hero-img" src="/manager.png" alt="Screenshot of ReVanced Manager" /> -->
|
<!-- <img class="hero-img" src="/manager.png" alt="Screenshot of ReVanced Manager" /> -->
|
||||||
<IndexHeroTitle></IndexHeroTitle>
|
<IndexHeroTitle></IndexHeroTitle>
|
||||||
<h3>
|
<h2>
|
||||||
An extensible framework for<br />
|
An extensible framework for<br />
|
||||||
building application mods.
|
building application mods.
|
||||||
</h3>
|
</h2>
|
||||||
|
|
||||||
<div class="hero-buttons">
|
<div class="hero-buttons">
|
||||||
<Button kind="primary" href="/download">Download</Button>
|
<Button kind="primary" href="/download">Download</Button>
|
||||||
<Button href="/docs">Read The Docs</Button>
|
<Button href="/docs">Read The Docs</Button>
|
||||||
|
@ -81,7 +81,7 @@ import Wave from '$lib/components/atoms/Wave.svelte';
|
|||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
|
|
||||||
:global(h3) {
|
:global(h2) {
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 1.85rem;
|
font-size: 1.85rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user