enh: note selection edit support

This commit is contained in:
Timothy Jaeryang Baek
2025-07-19 16:35:03 +04:00
parent e35f7748f6
commit 3af2938efc
4 changed files with 102 additions and 16 deletions

View File

@@ -40,6 +40,11 @@ code {
width: auto;
}
.editor-selection {
background: rgba(180, 213, 255, 0.5);
border-radius: 2px;
}
.font-secondary {
font-family: 'InstrumentSerif', sans-serif;
}