lighten hr color

This commit is contained in:
shibao 2022-02-05 16:22:20 -05:00
parent 6f6402cf17
commit 1ee5195ab3
3 changed files with 7 additions and 7 deletions

View File

@ -42,7 +42,7 @@
}
.hr {
@apply border border-primary-500 w-full max-w-2xl;
@apply border border-primary-300 w-full max-w-2xl;
}
.link {