diff --git a/src/lib/components/atoms/Button.svelte b/src/lib/components/atoms/Button.svelte index e7c13af..105a121 100644 --- a/src/lib/components/atoms/Button.svelte +++ b/src/lib/components/atoms/Button.svelte @@ -32,7 +32,7 @@ transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-duration: 0.4s; margin-right: 20px; - + user-select: none; } .button-primary { diff --git a/src/lib/components/atoms/ContributorButton.svelte b/src/lib/components/atoms/ContributorButton.svelte new file mode 100644 index 0000000..e4194a8 --- /dev/null +++ b/src/lib/components/atoms/ContributorButton.svelte @@ -0,0 +1,39 @@ + + + + + + diff --git a/src/lib/components/atoms/HeroImage.svelte b/src/lib/components/atoms/HeroImage.svelte index a34af52..323cce8 100644 --- a/src/lib/components/atoms/HeroImage.svelte +++ b/src/lib/components/atoms/HeroImage.svelte @@ -2,14 +2,16 @@ -Screenshot of ReVanced Manager +
afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real
diff --git a/src/lib/components/atoms/Navigation.svelte b/src/lib/components/atoms/Navigation.svelte index d5d8f80..5a977a0 100644 --- a/src/lib/components/atoms/Navigation.svelte +++ b/src/lib/components/atoms/Navigation.svelte @@ -14,13 +14,19 @@ list-style: none; display: inline-block; position: relative; + margin-left: 7x; + margin-right: 7px; align-items: center; + user-select: none; + transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-duration: 0.1s; } a { color: var(--white); text-decoration: none; font-size: 1.25rem; + user-select: none; } li:hover { diff --git a/src/lib/components/atoms/SocialButton.svelte b/src/lib/components/atoms/SocialButton.svelte new file mode 100644 index 0000000..cc4d81b --- /dev/null +++ b/src/lib/components/atoms/SocialButton.svelte @@ -0,0 +1,36 @@ + + + + + + diff --git a/src/lib/components/molecules/ContributorHost.svelte b/src/lib/components/molecules/ContributorHost.svelte new file mode 100644 index 0000000..060e650 --- /dev/null +++ b/src/lib/components/molecules/ContributorHost.svelte @@ -0,0 +1,21 @@ + + +
+ + + + +
+ + \ No newline at end of file diff --git a/src/lib/components/molecules/NavHost.svelte b/src/lib/components/molecules/NavHost.svelte index f23b510..807a154 100644 --- a/src/lib/components/molecules/NavHost.svelte +++ b/src/lib/components/molecules/NavHost.svelte @@ -3,7 +3,7 @@