ink & flash

This commit is contained in:
Simon Martens
2025-05-21 14:12:52 +02:00
parent 86b25946eb
commit b107d44053
4 changed files with 16 additions and 6 deletions

View File

@@ -107,6 +107,7 @@
.text .aq,
.text .ul,
.text .dul,
.text .ink,
.text .it,
.text .tl,
.text .pe,
@@ -142,6 +143,10 @@
@apply font-sans;
}
.text .ink {
@apply text-blue-900;
}
.text .line {
@apply inline;
}
@@ -308,7 +313,11 @@
.text div[class^="note-"],
.text div[class*=" note-"] {
@apply text-sm text-slate-800;
@apply text-sm text-slate-800 invisible;
}
.text .page {
@apply font-sans text-sm text-slate-600 invisible;
}
.text .note-hand {
@@ -319,10 +328,6 @@
@apply -mt-1;
}
.text .page {
@apply font-sans text-sm text-slate-600;
}
.text .eanchor-page-inside::before {
content: "|";
@apply text-slate-600 font-sans text-sm relative bottom-[0.15rem] pr-[1ch] print:hidden;