update compose

This commit is contained in:
2024-08-19 16:04:59 -06:00
parent 6f4fe3663a
commit edc77bcc77
4 changed files with 21 additions and 13 deletions

View File

@@ -90,4 +90,11 @@ body {
.monaco-editor-background, .monaco-editor .margin {
background-color: var(--bs-dark-bg-subtle) !important;
}
}
/* markdown styling */
blockquote {
padding: 10px 20px;
margin: 20px 0;
border-left: 5px solid #909090;
}