update of packages

This commit is contained in:
2023-11-04 19:26:41 +01:00
parent e162a12b58
commit 3b54a3236d
726 changed files with 297673 additions and 34585 deletions

View File

@@ -0,0 +1,18 @@
/* 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);
}