Match colors with demo
This commit is contained in:
@ -14,7 +14,7 @@ Creates an animated underline effect when the text is hovered over.
|
|||||||
.hover-underline-animation {
|
.hover-underline-animation {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
color: deeppink;
|
color: #0087ca;
|
||||||
}
|
}
|
||||||
.hover-underline-animation::after {
|
.hover-underline-animation::after {
|
||||||
content: '';
|
content: '';
|
||||||
@ -24,7 +24,7 @@ Creates an animated underline effect when the text is hovered over.
|
|||||||
height: 2px;
|
height: 2px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
background-color: deeppink;
|
background-color: #0087ca;
|
||||||
transform-origin: bottom right;
|
transform-origin: bottom right;
|
||||||
transition: transform 0.2s ease-out;
|
transition: transform 0.2s ease-out;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user