diff --git a/src/app.css b/src/app.css
index 9cb1555..6f594e5 100644
--- a/src/app.css
+++ b/src/app.css
@@ -45,59 +45,61 @@ body {
--grey-four: #182244;
--grey-five: hsl(208, 30%, 75%);
--grey-six: #202126;
- --grey-seven: #18191D;
+ --grey-seven: #18191d;
--bezier-one: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
::selection {
- background-color: var(--accent-low-opacity);
- color: var(--accent-color);
+ background-color: var(--accent-low-opacity);
+ color: var(--accent-color);
}
/*-----headings-----*/
h1 {
color: var(--white);
- font-weight: 700;
- font-size: 1.5rem;
- color: var(--white);
+ line-height: 1em;
+ font-size: 3rem;
font-weight: 700;
letter-spacing: -0.04em;
}
h2 {
color: var(--grey-five);
- font-weight: 400;
- font-size: 1.3rem;
+ line-height: 1em;
+ font-size: 2.25rem;
+ letter-spacing: -0.075rem;
+ font-weight: 600;
}
h3 {
- color: var(--white);
- font-weight: 500;
- font-size: 1rem;
+ font-size: 1.25rem;
+ color: var(--accent-color-two);
+ font-weight: 600;
}
h4 {
- color: var(--white);
- font-weight: 500;
- font-size: 1.25rem;
+ color: var(--grey-five);
+ font-weight: 400;
+ font-size: 1.1rem;
letter-spacing: 0.02rem;
}
h5 {
- color: var(--accent-color-two);
- font-weight: 300;
- font-size: 1rem;
+ color: var(--grey-five);
+ font-weight: 400;
+ font-size: 0.9rem;
letter-spacing: 0.02rem;
}
h6 {
color: var(--grey-five);
- font-weight: 300;
- font-size: 1rem;
- letter-spacing: 0.02rem;
+ font-weight: 500;
+ font-size: 0.8rem;
}
+/*---------------*/
+
::-webkit-scrollbar {
width: 5px;
background-color: transparent;
diff --git a/src/lib/components/atoms/ContributorPerson.svelte b/src/lib/components/atoms/ContributorPerson.svelte
index e11e0b2..343fcd5 100644
--- a/src/lib/components/atoms/ContributorPerson.svelte
+++ b/src/lib/components/atoms/ContributorPerson.svelte
@@ -7,7 +7,7 @@
- {name}
+ {name}
diff --git a/src/lib/components/atoms/TreeMenuButton.svelte b/src/lib/components/atoms/TreeMenuButton.svelte
index 1da7ed1..6dac8a5 100644
--- a/src/lib/components/atoms/TreeMenuButton.svelte
+++ b/src/lib/components/atoms/TreeMenuButton.svelte
@@ -10,7 +10,7 @@
on:click={() =>
(current = current === name ? false : name) && window.scrollTo({ top: 0, behavior: 'smooth' })}
>
-
{name}
+ {name}
diff --git a/src/lib/components/molecules/ContributorHost.svelte b/src/lib/components/molecules/ContributorHost.svelte
index 4698a6d..4fff872 100644
--- a/src/lib/components/molecules/ContributorHost.svelte
+++ b/src/lib/components/molecules/ContributorHost.svelte
@@ -17,7 +17,7 @@
@@ -38,9 +38,9 @@
border-radius: 4px;
transform: translateX(-6px);
}
- h2 {
+
+ h4 {
text-align: center;
- font-size: 1.25rem;
}
hr {
@@ -56,14 +56,14 @@
border-radius: 8px;
}
- a > h2 {
+ a > h4 {
transition: all 0.3s var(--bezier-one);
width: max-content;
padding: 0rem 0.4rem;
border-radius: 4px;
}
- a:hover > h2 {
+ a:hover > h4 {
width: max-content;
background-color: var(--grey-three);
color: var(--accent-color);
diff --git a/src/lib/components/molecules/Footer.svelte b/src/lib/components/molecules/Footer.svelte
index c16e041..57dd393 100644
--- a/src/lib/components/molecules/Footer.svelte
+++ b/src/lib/components/molecules/Footer.svelte
@@ -1,5 +1,5 @@
@@ -8,48 +8,52 @@ import { repositories } from "../../../data/api";
-
+
ReVanced
-
- Copyright © 2022
+
+ Copyright © 2022
@@ -64,6 +68,16 @@ import { repositories } from "../../../data/api";
width: min(85%, 90rem);
}
+ h2 {
+ color: var(--white);
+ font-size: 1.5rem;
+ font-weight: 700;
+ }
+
+ h4 {
+ color: var(--accent-color-two);
+ }
+
.main-content {
display: flex;
gap: 1rem;
@@ -73,8 +87,7 @@ import { repositories } from "../../../data/api";
color: var(--accent-color);
}
- .main-content h1 {
- letter-spacing: -0.04rem;
+ .main-content h2 {
margin-bottom: 0.5rem;
}
@@ -86,14 +99,9 @@ import { repositories } from "../../../data/api";
text-decoration: none;
}
- h6 {
- font-size: 0.9rem;
- }
-
.links-container {
display: flex;
gap: 5rem;
-
}
.link-column {
@@ -102,7 +110,6 @@ import { repositories } from "../../../data/api";
flex-direction: column;
}
-
@media screen and (max-width: 700px) {
footer {
flex-direction: column;
@@ -112,8 +119,6 @@ import { repositories } from "../../../data/api";
display: grid;
gap: 3rem;
grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
-
}
-
}
diff --git a/src/lib/components/molecules/PatchCell.svelte b/src/lib/components/molecules/PatchCell.svelte
index 876710f..f81c310 100644
--- a/src/lib/components/molecules/PatchCell.svelte
+++ b/src/lib/components/molecules/PatchCell.svelte
@@ -18,7 +18,7 @@
>
-
+
{patch.name
// im sorry
.replace(/-/g, ' ')
@@ -28,7 +28,7 @@
.replace(/Sponsorblock/g, 'SponsorBlock')
.replace(/Tiktok/g, 'TikTok')
.replace(/Vr/g, 'VR')}
-
+
{#if hasPatchOptions}
@@ -36,7 +36,8 @@
{/if}
- {patch.description}
+ {patch.description}
+
{#each patch.compatiblePackages as pkg, i}
- 📦 {pkg.name}
+ 📦 {pkg.name}
{/each}
{#if patch.compatiblePackages[0].versions.length}
-
+
🎯 {patch.compatiblePackages[0].versions.slice(-1)}
-
+
{/if}
-
🧩 {patch.version}
+
🧩 {patch.version}
{#if hasPatchOptions}
-
⚙️ Patch Options
+
⚙️ Patch Options
{/if}
@@ -66,8 +67,8 @@
{#each patch.options as option}
-
{option.title}
- {option.description}
+ {option.title}
+ {option.description}
{/each}
@@ -76,24 +77,22 @@
\ No newline at end of file
diff --git a/src/routes/download/+page.svelte b/src/routes/download/+page.svelte
index c58def6..e047275 100644
--- a/src/routes/download/+page.svelte
+++ b/src/routes/download/+page.svelte
@@ -12,7 +12,7 @@
ReVanced Manager
-
Patch your favourite apps, on-device.
+
Patch your favourite apps, on-device.
@@ -27,14 +27,14 @@
flex-direction: column;
align-items: center;
}
+
h1 {
- font-size: 3rem;
text-align: center;
color: var(--white);
-
+ margin-bottom: 0.5rem;
}
- h6 {
+ h4 {
text-align: center;
margin-bottom: 1.5rem;
}