Add some styles for articles
This commit is contained in:
23
assets/css/article.css
Normal file
23
assets/css/article.css
Normal file
@ -0,0 +1,23 @@
|
||||
.article {
|
||||
@apply pr-8
|
||||
}
|
||||
|
||||
.article .tunit {
|
||||
@apply hover:bg-gray-300;
|
||||
}
|
||||
|
||||
.article h4 {
|
||||
@apply font-semibold text-lg leading-8 text-zinc-800;
|
||||
}
|
||||
|
||||
.article p {
|
||||
@apply text-justify;
|
||||
}
|
||||
|
||||
.article p + p {
|
||||
@apply indent-4;
|
||||
}
|
||||
|
||||
.article blockquote {
|
||||
@apply px-4 py-2 text-sm;
|
||||
}
|
||||
Reference in New Issue
Block a user