add functionality to disable topics in course index and improve layout

This commit is contained in:
2026-02-02 02:28:06 +01:00
parent 4f3b680951
commit f9185d25e0
3 changed files with 116 additions and 19 deletions

View File

@@ -40,7 +40,7 @@ a {
color: var(--color-highlight);
}
section.disable {
opacity: 0.2;
opacity: 0.3;
}
</style>FA2