Files
emacs/lisp/ox-tufte/src/ox-tufte-experimental.css
2023-11-04 19:26:41 +01:00

19 lines
648 B
CSS

/* NOTE: to be included in page after ox-tufte.css */
/**********************************************************/
/* tufte.css consistent (somewhat opinionated) extensions */
/**********************************************************/
:root {
}
/**********************************************************************************/
/* lists in sidenotes - breaks html standard and works only in special situations */
/**********************************************************************************/
.sidenote dl,
.sidenote ol,
.sidenote ul {
font-size: var(--ox-tufte-note-font-size);
line-height: var(--ox-tufte-note-line-height);
}