diff --git a/biscuit/apps/alsijil/static/css/alsijil/full_register.css b/biscuit/apps/alsijil/static/css/alsijil/full_register.css
index cfcc3340618e9d0d994e41b6b36b2553d99bb800..ff1e2558bfe95bcba29e4da768b7cd6bc7655634 100644
--- a/biscuit/apps/alsijil/static/css/alsijil/full_register.css
+++ b/biscuit/apps/alsijil/static/css/alsijil/full_register.css
@@ -129,22 +129,21 @@ th.lessons-day-head {
   transform: rotate(-180deg);
 }
 
-tr.lesson-substituted {
-  background-color: #ffc107;
-}
-
-tr.lesson-cancelled {
-  background-color: #dc3545;
+tr.lesson-cancelled td.subj {
+  text-decoration: line-through;
 }
 
 tr.lesson-cancelled td {
-  text-decoration: line-through:
+  background-color: #dc3545;
 }
-
 tr.lesson-substituted td.lesson-subj {
   text-decoration: line-through;
 }
 
+tr.lesson-substituted td {
+  background-color: #ffc107;
+}
+
 td.lesson-notes {
   font-size: 80%;
 }