show tape margin

This commit is contained in:
Robin Appelman 2025-10-06 21:54:21 +02:00
commit d0ac275e77
3 changed files with 19 additions and 2 deletions

View file

@ -1,6 +1,7 @@
:root {
--background-color: #ffffff;
--font-color: #000000;
--margin-color: #888;
}
@media (prefers-color-scheme: dark) {
@ -60,4 +61,10 @@ input {
width: auto;
}
}
}
#tape {
display: inline-block;
width: auto;
background: var(--margin-color);
}