fancy links
This commit is contained in:
parent
986ef00dd5
commit
1663f3590d
2 changed files with 5 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
text-transform: uppercase;
|
||||
color: inherit;
|
||||
border: 2px solid;
|
||||
transition-property: color border-color background-color;
|
||||
transition-property: color, border-color, background-color;
|
||||
transition-duration: .5s;
|
||||
}
|
||||
a span, a svg {
|
||||
|
|
|
@ -38,10 +38,13 @@ p {
|
|||
a {
|
||||
color: var(--color-theme-1);
|
||||
text-decoration: none;
|
||||
border-bottom: 1px solid transparent;
|
||||
transition-property: border-color;
|
||||
transition-duration: .5s;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
border-color: var(--color-theme-1);
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue