style
This commit is contained in:
parent
cf7cfe0f44
commit
428a8a75a3
3 changed files with 9 additions and 5 deletions
|
|
@ -127,8 +127,12 @@ a * {
|
|||
transition: font 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
a.no-line:hover * {
|
||||
font-weight: 250;
|
||||
a.no-line.text__title:hover * {
|
||||
text-decoration: underline;
|
||||
text-decoration-color: inherit;
|
||||
text-decoration-line: underline;
|
||||
text-underline-offset: 0.2rem;
|
||||
text-decoration-thickness: 0.5px;
|
||||
}
|
||||
a:not(.no-line):hover {
|
||||
text-decoration: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue