This commit is contained in:
Ross
2022-04-26 20:05:52 +01:00
parent 4991307ab1
commit fb695301f0
2 changed files with 8 additions and 4 deletions
@@ -59,9 +59,13 @@
</script> </script>
<style> <style>
.current { .current {
color: purple; color: lightgray;
} }
.current::after { .current::before {
content: "ADDED TO EXAM" content: "[ADDED TO EXAM]"
}
button {
padding: 0;
} }
</style> </style>