feat: improve visual feedback on contributor section titles

This commit is contained in:
oSumAtrIX 2023-06-21 03:33:44 +02:00
parent aec1bbee68
commit c17e5535a6
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -43,7 +43,7 @@
{/if}
</div>
<style>
<style lang="scss">
.title {
display: flex;
align-items: center;
@ -53,6 +53,10 @@
padding: 0.75rem 1.25rem;
border-bottom: 1px solid var(--grey-three);
transition: all 0.2s var(--bezier-one);
&:hover {
background-color: var(--grey-one);
}
}
.closed {