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} {/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 {