From 7324691a252761bf3f27365abae21bda0eda8843 Mon Sep 17 00:00:00 2001 From: JJ Date: Wed, 19 Mar 2025 15:40:51 +0000 Subject: first commit --- src/input.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/input.css (limited to 'src/input.css') diff --git a/src/input.css b/src/input.css new file mode 100644 index 0000000..a9582ee --- /dev/null +++ b/src/input.css @@ -0,0 +1,11 @@ +@import "tailwindcss"; + +@theme { + --font-raleway: "Raleway", serif; + --font-merriweather: "Merriweather", serif; +} + +html, +body { + height: 100%; +} -- cgit v1.2.3