mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-28 15:14:22 +01:00
Updated a tag styling
This commit is contained in:
parent
3156f41717
commit
9a6dda4a88
1 changed files with 6 additions and 5 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue