Combined text-decoration into one line.
This commit is contained in:
parent
ae786a5c7a
commit
01a68100ec
@ -33,8 +33,7 @@ a {
|
||||
|
||||
a:hover {
|
||||
color: var(--secondary-color);
|
||||
text-decoration: underline;
|
||||
text-decoration-style: dotted;
|
||||
text-decoration: underline dotted;
|
||||
transition: .5s; }
|
||||
|
||||
p {
|
||||
|
Loading…
Reference in New Issue
Block a user