diff --git a/index.html b/index.html index a6f9ff8..cac1cdc 100644 --- a/index.html +++ b/index.html @@ -79,19 +79,26 @@ @apply inline-block lg:px-4 px-8 py-1 text-selection_foreground } + .doc_header { + @apply pl-2 pr-2 lg:text-xl text-sm py-1 my-1 rounded-lg text-white hover:text-blue hover:bg-red + } + + .doc_subheader { + @apply pl-2 pr-2 lg:text-xl text-sm ml-6 py-1 my-1 rounded-lg text-white hover:text-blue hover:bg-red + } + +