mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-12-16 01:10:30 +02:00
Added transition to hover state
This commit is contained in:
parent
5ea7a6498a
commit
0172a91042
@ -84,6 +84,7 @@
|
||||
line-height: 1rem;
|
||||
padding: 0;
|
||||
text-transform: uppercase;
|
||||
transition: all 0.05s ease-out;
|
||||
width: 100%;
|
||||
}
|
||||
.tiles li:hover {
|
||||
|
@ -84,6 +84,7 @@
|
||||
line-height: 1rem;
|
||||
padding: 0;
|
||||
text-transform: uppercase;
|
||||
transition: all 0.05s ease-out;
|
||||
width: 100%;
|
||||
}
|
||||
.tiles li:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user