Added links color

This commit is contained in:
Thomas Miceli
2023-03-15 13:31:02 +01:00
parent 24b132b497
commit 42176c42c5
5 changed files with 12 additions and 8 deletions

6
public/style.css vendored
View File

@ -8,8 +8,12 @@
}
}
a {
@apply text-primary-500;
}
a:hover {
@apply text-primary-400;
@apply text-primary-600;
}
input {