ported legacy functions

This commit is contained in:
2025-07-04 14:00:46 +02:00
parent e48ddfdb2c
commit 3c898f36de
32 changed files with 2642 additions and 35 deletions
@@ -0,0 +1,19 @@
@font-face {
font-family: "awesome";
src: url("../fontawesome-webfont.woff");
}
.symbol{
font-family: awesome;
text-decoration: none;
}
.completed > a::before {
content: " ✓";
}
.canceled a,
.children .inactive,
.requirements .inactive,
.tasks .inactive{
text-decoration: line-through;
}