This commit is contained in:
evilchili
2026-05-15 16:52:04 -07:00
parent 80c34a1483
commit 38af541c5d
2 changed files with 28 additions and 14 deletions
+7 -4
View File
@@ -39,20 +39,24 @@
#ribbit.wysiwyg .ribbit-editing > .md-delim {
display: inline;
opacity: 0.4;
opacity: 0.8;
/*
font-weight: normal;
font-style: normal;
font-family: monospace;
font-size: 0.85em;
*/
}
/* List prefixes use a separate class so CSS can replace them with
real list bullets in view state while keeping them in textContent */
.md-list-prefix {
display: inline;
opacity: 0.4;
opacity: 0.8;
/*
font-family: monospace;
font-size: 0.85em;
*/
}
#ribbit.view .md-list-prefix {
@@ -96,8 +100,7 @@
*/
#ribbit.wysiwyg {
font-family: monospace;
white-space: pre-wrap;
/* white-space: pre-wrap; */
}
.md-h1 { font-size: 2em; font-weight: bold; }