WIP
This commit is contained in:
parent
7560bc7cdc
commit
7b1348d1ff
1 changed files with 0 additions and 11 deletions
|
@ -42,14 +42,3 @@ html {
|
||||||
.prose p {
|
.prose p {
|
||||||
@apply mb-4;
|
@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");
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue