mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-21 02:03:56 +00:00
@@ -69,6 +69,7 @@ import Wave from '$lib/components/atoms/Wave.svelte';
|
||||
--grey-three: #3e404f;
|
||||
--grey-four: #1B1E29;
|
||||
--grey-five: #D0D0D0;
|
||||
--grey-six: #a19e9e;
|
||||
}
|
||||
|
||||
:global(::selection) {
|
||||
@@ -97,13 +98,13 @@ import Wave from '$lib/components/atoms/Wave.svelte';
|
||||
}
|
||||
|
||||
:global(::-webkit-scrollbar-thumb) {
|
||||
background-color: var(--grey-two);
|
||||
background-color: var(--grey-three);
|
||||
border-radius: 20px;
|
||||
border: 6px solid transparent;
|
||||
background-clip: content-box;
|
||||
}
|
||||
|
||||
:global(::-webkit-scrollbar-thumb:hover) {
|
||||
background-color: var(--grey-three);
|
||||
background-color: var(--grey-four);
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<script>
|
||||
import DownloadSelectionHost from '$lib/components/molecules/DownloadSelectionHost.svelte';
|
||||
import DownloadChannelHost from '$lib/components/molecules/DownloadChannelHost.svelte';
|
||||
import DownloadSelectorHost from '$lib/components/molecules/DownloadSelectorHost.svelte';
|
||||
</script>
|
||||
|
||||
<div class="wrapper">
|
||||
<DownloadSelectionHost></DownloadSelectionHost>
|
||||
<DownloadChannelHost></DownloadChannelHost>
|
||||
<DownloadSelectorHost></DownloadSelectorHost>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user