Underline links so people know they exist

This commit is contained in:
Hippo 2021-12-28 22:33:42 +05:30
parent 2804a2454b
commit ed182d4f20

View file

@ -2,6 +2,10 @@
@tailwind components;
@tailwind utilities;
a {
@apply underline;
}
.donate-option > input {
@apply hidden;
}