blockquote italic....

This commit is contained in:
Marcell Mars 2020-03-06 23:12:40 +01:00
parent a86dcbe651
commit 01387ab47a
1 changed files with 18 additions and 1 deletions

View File

@ -51,14 +51,31 @@ button, [type=button] {
} }
html { html {
font-size: 1.5em; font-size: 1.2em;
@apply bg-CoconutCream; @apply bg-CoconutCream;
} }
h1 {
@apply text-3xl;
}
h2 {
@apply text-2xl;
}
h3 {
@apply text-xl;
}
p { p {
@apply pb-2 leading-tight; @apply pb-2 leading-tight;
} }
blockquote {
@apply italic;
}
footer { footer {
@apply font-vg5000 text-xs text-Revolver; @apply font-vg5000 text-xs text-Revolver;
} }