From ed182d4f202d2a4e5ddfec15de54a7e551fd6ce9 Mon Sep 17 00:00:00 2001 From: Hippo Date: Tue, 28 Dec 2021 22:33:42 +0530 Subject: [PATCH] Underline links so people know they exist --- src/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/style.css b/src/style.css index 5186d2d..94bddb5 100644 --- a/src/style.css +++ b/src/style.css @@ -2,6 +2,10 @@ @tailwind components; @tailwind utilities; +a { + @apply underline; +} + .donate-option > input { @apply hidden; }