diff --git a/src/main.typ b/src/main.typ index 5bdd7cc..f598b08 100644 --- a/src/main.typ +++ b/src/main.typ @@ -1,8 +1,8 @@ #import "theme.typ": * #import "prelude.typ": * +#import "skein.typ": * #import "@preview/cetz:0.3.4" -#import "skein.typ": * #import "@preview/drafting:0.2.2": inline-note, margin-note, set-margin-note-defaults, set-page-properties #import "@preview/colorful-boxes:1.1.0": stickybox diff --git a/src/theme.typ b/src/theme.typ index 08ba417..c341392 100644 --- a/src/theme.typ +++ b/src/theme.typ @@ -378,7 +378,7 @@ } } - // Highlight + // Highlight ref // show ref: it => { // set text(fill: red.mix(black)) // box(fill: red.mix(white), outset: (y: 0.5em), it)