mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-30 06:34:35 +02:00
feat: improve visual feedback on contributor section titles
This commit is contained in:
parent
aec1bbee68
commit
c17e5535a6
@ -43,7 +43,7 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style lang="scss">
|
||||||
.title {
|
.title {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -53,6 +53,10 @@
|
|||||||
padding: 0.75rem 1.25rem;
|
padding: 0.75rem 1.25rem;
|
||||||
border-bottom: 1px solid var(--grey-three);
|
border-bottom: 1px solid var(--grey-three);
|
||||||
transition: all 0.2s var(--bezier-one);
|
transition: all 0.2s var(--bezier-one);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: var(--grey-one);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.closed {
|
.closed {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user