mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-27 07:44:23 +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 {
|
||||
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;
|
||||
}
|
||||
|
||||
iframe {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
a,
|
||||
a:focus,
|
||||
a:hover {
|
||||
|
@ -106,7 +106,8 @@ a:hover {
|
|||
|
||||
a:focus,
|
||||
a:hover {
|
||||
color: #c910c9;
|
||||
color: #57cbcc;
|
||||
background-size: 100% 2px;
|
||||
}
|
||||
|
||||
table {
|
||||
|
|
Loading…
Reference in a new issue