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>
<style>
.current {
color: purple;
color: lightgray;
}
.current::after {
content: "ADDED TO EXAM"
.current::before {
content: "[ADDED TO EXAM]"
}
button {
padding: 0;
}
</style>