2022-09-30 11:15:37 -07:00
|
|
|
.status-content p {
|
2022-11-03 12:57:33 -07:00
|
|
|
@apply mb-4 whitespace-pre-wrap;
|
2022-09-30 11:15:37 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.status-content p:last-child {
|
2022-11-03 12:57:33 -07:00
|
|
|
@apply mb-0;
|
2022-09-30 11:15:37 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.status-content a {
|
|
|
|
@apply text-primary-600 dark:text-accent-blue hover:underline;
|
|
|
|
}
|
|
|
|
|
2022-09-30 10:59:19 -07:00
|
|
|
.status-content strong {
|
|
|
|
@apply font-bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-content em {
|
|
|
|
@apply italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-content ul,
|
|
|
|
.status-content ol {
|
2022-11-03 12:57:33 -07:00
|
|
|
@apply pl-10 mb-4;
|
2022-09-30 10:59:19 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.status-content ul {
|
|
|
|
@apply list-disc list-outside;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-content ol {
|
|
|
|
@apply list-decimal list-outside;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-content blockquote {
|
2022-11-03 12:57:33 -07:00
|
|
|
@apply py-1 pl-4 mb-4 border-l-4 border-solid border-gray-400 text-gray-500 dark:text-gray-400;
|
2022-09-30 10:59:19 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.status-content code {
|
|
|
|
@apply cursor-text font-mono;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-content p > code,
|
|
|
|
.status-content pre {
|
|
|
|
@apply bg-gray-100 dark:bg-primary-800;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Inline code */
|
|
|
|
.status-content p > code {
|
|
|
|
@apply py-0.5 px-1 rounded-sm;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Code block */
|
|
|
|
.status-content pre {
|
2022-11-03 12:57:33 -07:00
|
|
|
@apply py-2 px-3 mb-4 leading-6 overflow-x-auto rounded-md break-all;
|
2022-09-30 10:59:19 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.status-content pre:last-child {
|
|
|
|
@apply mb-0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Markdown images */
|
|
|
|
.status-content img:not(.emojione):not([width][height]) {
|
2022-11-03 12:57:33 -07:00
|
|
|
@apply w-full h-72 object-contain rounded-lg overflow-hidden my-4 block;
|
2022-09-30 10:59:19 -07:00
|
|
|
}
|
|
|
|
|
2022-09-30 11:15:37 -07:00
|
|
|
/* User setting to underline links */
|
|
|
|
body.underline-links .status-content a {
|
|
|
|
@apply underline;
|
|
|
|
}
|
|
|
|
|
2022-09-30 10:59:19 -07:00
|
|
|
.status-content .big-emoji img.emojione {
|
|
|
|
@apply inline w-9 h-9 p-1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-content .status-link {
|
|
|
|
@apply hover:underline text-primary-600 dark:text-accent-blue hover:text-primary-800 dark:hover:text-accent-blue;
|
|
|
|
}
|