[S] Use red for error notice

This commit is contained in:
Hykilpikonna
2020-04-11 19:20:01 -04:00
parent ba84861628
commit 252be18c2f
@@ -6,7 +6,7 @@
This new page is designed to help you with your course selection next year, This new page is designed to help you with your course selection next year,
providing more information such as how many people are currently enrolled in a course. providing more information such as how many people are currently enrolled in a course.
</div> </div>
<div class="content" v-if="app.user.gradeLevel >= 12"> <div class="content" style="color: #ff3d3d" v-if="app.user.gradeLevel >= 12">
You are a senior, what are you doing over here lol. <br> You are a senior, what are you doing over here lol. <br>
Unfortunately I can't help you with college course selection. Unfortunately I can't help you with college course selection.
</div> </div>