mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-29 22:24:31 +02:00
feat: improve visual feedback on patch containers
This commit is contained in:
parent
304799d9b5
commit
8b7900d75c
@ -66,7 +66,7 @@
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<style>
|
||||
<style lang="scss">
|
||||
h3 {
|
||||
margin-right: 0.5rem;
|
||||
margin-bottom: 0.2rem;
|
||||
@ -106,14 +106,18 @@
|
||||
}
|
||||
|
||||
.patch-container {
|
||||
transition: all 2s var(--bezier-one);
|
||||
transition: all 0.1s var(--bezier-one);
|
||||
background-color: var(--grey-six);
|
||||
padding: 1.25rem;
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.patch-container:active {
|
||||
filter: brightness(1.75);
|
||||
&:active {
|
||||
filter: brightness(1.15);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: var(--grey-one);
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
|
Loading…
x
Reference in New Issue
Block a user