Updated a tag styling

This commit is contained in:
Aroy-Art 2021-10-08 10:28:27 +02:00
parent 3156f41717
commit 9a6dda4a88

View file

@ -90,13 +90,13 @@ iframe {
a { a {
color: #c910c9; color: #c910c9;
background-image: linear-gradient(currentColor, currentColor);
background-position: 0% 100%;
background-repeat: no-repeat;
background-size: 0% 2px;
transition: all .3s ease-in 0s; transition: all .3s ease-in 0s;
} }
iframe {
border: 0;
}
a, a,
a:focus, a:focus,
a:hover { a:hover {
@ -106,7 +106,8 @@ a:hover {
a:focus, a:focus,
a:hover { a:hover {
color: #c910c9; color: #57cbcc;
background-size: 100% 2px;
} }
table { table {