diff --git a/modulearn/src/App.svelte b/modulearn/src/App.svelte
index 5ba7c32..906781b 100644
--- a/modulearn/src/App.svelte
+++ b/modulearn/src/App.svelte
@@ -1,74 +1,74 @@
-
-
+
+
diff --git a/modulearn/src/Module.svelte b/modulearn/src/Module.svelte
index 25306bc..e3fe0f5 100644
--- a/modulearn/src/Module.svelte
+++ b/modulearn/src/Module.svelte
@@ -9,8 +9,6 @@
$: class_ = $currentModule === module.name ? "current" : ""
// TODO: add checkboxes for 'want to watch'
- // TODO: add links to jump to that module
- // TODO: fire events
// TODO: gray out watched modules
@@ -27,10 +25,6 @@
background-color: yellow;
}
- /* div.current:hover { */
- /* background-color: #FFFF99; */
- /* } */
-
div:hover {
background-color: lightgrey;
}