aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJJ <nicetry@noemail.com>2025-03-19 15:40:51 +0000
committerJJ <nicetry@noemail.com>2025-03-19 15:40:51 +0000
commit7324691a252761bf3f27365abae21bda0eda8843 (patch)
tree26f6fd57acca7db7b8cd774fc6dca38604f47b4f /src
first commitHEADmain
Diffstat (limited to 'src')
-rw-r--r--src/input.css11
1 files changed, 11 insertions, 0 deletions
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%;
+}