Add some styling

This commit is contained in:
Thelonius Kort
2023-02-28 21:45:04 +01:00
parent b87b54ec71
commit ed98f4cbc4

View File

@ -1,3 +1,7 @@
.main {
@apply place-content-center;
}
.article {
/* @apply pr-8 */
max-width: 25rem;
@ -7,6 +11,10 @@
@apply hover:bg-gray-300;
}
.dark .article .tunit {
@apply hover:bg-gray-700;
}
.article a.hide-link {
display: none;
}