mirror of
https://github.com/revanced/revanced-website.git
synced 2025-06-12 21:27:42 +02:00
Merge pull request #12 from Aunali321/svelte
feat: add contributors heading.
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
color: var(--white);
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
padding: 0.5rem;
|
||||
padding: 0.5rem 0.1rem;
|
||||
border-radius: 12px;
|
||||
width:100px;
|
||||
transition: all 0.3s var(--bezier-one);
|
||||
|
@ -36,6 +36,7 @@
|
||||
}
|
||||
|
||||
li:hover {
|
||||
color: var(--white);
|
||||
background-color: var(--grey-one);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user