forked from PirateCare/Syllabus
blockquote italic....
This commit is contained in:
parent
a86dcbe651
commit
01387ab47a
|
@ -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;
|
||||
}
|
||||
|
|
Reference in New Issue