This commit is contained in:
Ondřej 2022-10-21 11:10:01 +02:00
parent 7560bc7cdc
commit 7b1348d1ff

View file

@ -42,14 +42,3 @@ html {
.prose p {
@apply mb-4;
}
.link {
color: theme("colors.red.900");
border-bottom: 4px solid theme("colors.red.100");
transition: border-color 200ms;
}
.link:hover {
color: theme("colors.red.700");
border-bottom: 4px solid theme("colors.red.200");
}