From 5dc264e08253c3a97ea41d1fde5fbf3f33dd6591 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 24 Aug 2024 13:03:50 -0700 Subject: bring in jQuery, build with Vite --- static/src/style.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 static/src/style.css (limited to 'static/src/style.css') diff --git a/static/src/style.css b/static/src/style.css new file mode 100644 index 0000000..adc68fa --- /dev/null +++ b/static/src/style.css @@ -0,0 +1,3 @@ +h1 { + color: red; +} -- cgit v1.3