Add some styling
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
.main {
|
||||||
|
@apply place-content-center;
|
||||||
|
}
|
||||||
|
|
||||||
.article {
|
.article {
|
||||||
/* @apply pr-8 */
|
/* @apply pr-8 */
|
||||||
max-width: 25rem;
|
max-width: 25rem;
|
||||||
@ -7,6 +11,10 @@
|
|||||||
@apply hover:bg-gray-300;
|
@apply hover:bg-gray-300;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark .article .tunit {
|
||||||
|
@apply hover:bg-gray-700;
|
||||||
|
}
|
||||||
|
|
||||||
.article a.hide-link {
|
.article a.hide-link {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user