diff --git a/themes/piratecare/assets/css/site.css b/themes/piratecare/assets/css/site.css index 2c4750c..206b8df 100644 --- a/themes/piratecare/assets/css/site.css +++ b/themes/piratecare/assets/css/site.css @@ -51,14 +51,31 @@ button, [type=button] { } html { - font-size: 1.5em; + font-size: 1.2em; @apply bg-CoconutCream; } +h1 { + @apply text-3xl; +} + +h2 { + @apply text-2xl; +} + +h3 { + @apply text-xl; +} + p { @apply pb-2 leading-tight; } +blockquote { + @apply italic; + +} + footer { @apply font-vg5000 text-xs text-Revolver; }