mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-12 03:43:01 +02:00
Documenation updates
This commit is contained in:
+19
-3
@@ -16,7 +16,7 @@ html, body {height: 100%;}
|
||||
}
|
||||
|
||||
ul {
|
||||
@apply list-disc pl-4 pb-8;
|
||||
@apply list-disc pl-5 pb-8;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
@@ -36,13 +36,17 @@ html, body {height: 100%;}
|
||||
}
|
||||
|
||||
h2 {
|
||||
@apply tracking-tight font-extrabold sm:leading-none text-3xl xl:text-4xl;
|
||||
@apply mt-16 tracking-tight font-extrabold sm:leading-none text-3xl xl:text-4xl !important;
|
||||
}
|
||||
|
||||
h3 {
|
||||
@apply tracking-tight font-extrabold sm:leading-none text-xl xl:text-2xl;
|
||||
}
|
||||
|
||||
h4 {
|
||||
@apply tracking-tight font-extrabold sm:leading-none text-lg xl:text-xl;
|
||||
}
|
||||
|
||||
img {
|
||||
@apply mx-auto my-8;
|
||||
}
|
||||
@@ -52,7 +56,7 @@ html, body {height: 100%;}
|
||||
}
|
||||
|
||||
ul {
|
||||
@apply list-disc pl-4 my-4;
|
||||
@apply list-disc pl-5 my-4;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
@@ -66,4 +70,16 @@ html, body {height: 100%;}
|
||||
blockquote {
|
||||
@apply py-2 px-4 my-4 border-l-4 border-teal-500;
|
||||
}
|
||||
|
||||
blockquote.important {
|
||||
@apply border-red-500;
|
||||
}
|
||||
|
||||
code {
|
||||
@apply text-rose-500;
|
||||
}
|
||||
|
||||
pre {
|
||||
@apply p-4 my-4 bg-vulcan-200;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user