Make links colorful

This commit is contained in:
2023-11-20 23:07:11 +01:00
parent d78139a5b3
commit 9fccdfbff0
2 changed files with 12 additions and 0 deletions

View File

@ -23,6 +23,12 @@
font-style: normal;
}
a:hover {
text-decoration-color: #ff4400;
color: rgb(254, 185, 160);
transition: all 0.2s ease-out;
}
form label {
@apply dark:text-slate-400;
}