diff --git a/index.html b/index.html index 16a5b7f..a596a12 100644 --- a/index.html +++ b/index.html @@ -71,16 +71,24 @@ @apply px-2 py-2 bg-selection_background text-selection_foreground rounded-lg hover:bg-background hover:text-foreground } + .subtitle { + @apply bg-selection_foreground text-sm lg:text-xl border-b py-4 text-foreground + }