about summary refs log tree commit diff
path: root/users/wpcarro/website/sandbox/covid-uk/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/website/sandbox/covid-uk/styles.css')
-rw-r--r--users/wpcarro/website/sandbox/covid-uk/styles.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/users/wpcarro/website/sandbox/covid-uk/styles.css b/users/wpcarro/website/sandbox/covid-uk/styles.css
new file mode 100644
index 0000000000..1f48906d8f
--- /dev/null
+++ b/users/wpcarro/website/sandbox/covid-uk/styles.css
@@ -0,0 +1,28 @@
+@tailwind base;
+
+body {
+  @apply font-mono;
+}
+
+h1 {
+  @apply text-3xl mb-5 font-bold;
+}
+
+h2 {
+  @apply text-2xl mb-5 font-bold;
+}
+
+h3 {
+  @apply text-xl mb-5 font-bold;
+}
+
+a {
+  @apply text-blue-600 underline;
+}
+
+p {
+  @apply mt-2 mb-5;
+}
+
+@tailwind components;
+@tailwind utilities;