mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
limited latex support
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
/* monaco editor */
|
||||
.monaco-editor-background,
|
||||
.monaco-editor .margin {
|
||||
background-color: #18181b !important;
|
||||
background-color: #020617 !important;
|
||||
/* background-color: #18181b !important; */
|
||||
}
|
||||
.monaco-editor { position: absolute !important; }
|
||||
|
||||
@@ -59,6 +60,19 @@ ol {
|
||||
list-style-type: decimal;
|
||||
padding-left: 1.5rem;
|
||||
}
|
||||
table {
|
||||
@apply border-collapse border border-gray-700;
|
||||
}
|
||||
|
||||
thead {
|
||||
@apply text-lg ;
|
||||
}
|
||||
|
||||
th, td {
|
||||
@apply px-2 py-1 border border-gray-700;
|
||||
}
|
||||
|
||||
|
||||
hr {
|
||||
@apply border-t border-gray-500 my-4;
|
||||
}
|
||||
@@ -70,6 +84,7 @@ blockquote {
|
||||
code {
|
||||
@apply font-mono text-sm bg-gray-800 px-2 py-1 rounded-md leading-tight inline-block;
|
||||
}
|
||||
|
||||
p {
|
||||
@apply mb-3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user