From 633b20d90efc46d16591ee2118683106e27297c0 Mon Sep 17 00:00:00 2001 From: bndw Date: Thu, 27 Apr 2023 08:19:33 -0700 Subject: feat: donations --- app/components/donate.module.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/components/donate.module.css (limited to 'app/components/donate.module.css') diff --git a/app/components/donate.module.css b/app/components/donate.module.css new file mode 100644 index 0000000..2c62925 --- /dev/null +++ b/app/components/donate.module.css @@ -0,0 +1,3 @@ +.href { + border-bottom: solid 1px #ddd; +} -- cgit v1.2.3