Merge branch 'fix-code-font' into 'develop'

Use monospace font for code, pre

See merge request soapbox-pub/soapbox!1969
environments/review-develop-3zknud/deployments/1625
marcin mikołajczak 2 years ago
commit 3051c4f854

@ -35,7 +35,8 @@
@apply py-1 pl-4 mb-4 border-l-4 border-solid border-gray-400 text-gray-500 dark:text-gray-400;
}
[data-markup] code {
[data-markup] code,
[data-markup] pre {
@apply cursor-text font-mono;
}

@ -24,11 +24,6 @@ select {
$no-columns-breakpoint: 600px;
code {
font-family: var(--font-monospace), monospace;
font-weight: 400;
}
.form-container {
max-width: 400px;
padding: 20px;

Loading…
Cancel
Save