Combined text-decoration into one line.

This commit is contained in:
Alexander Andreev 2022-01-22 23:24:30 +04:00
parent ae786a5c7a
commit 01a68100ec
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 1 additions and 2 deletions

View File

@ -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 {