From 7a1b31d9bc5732df2693547fc94febe0822e78eb Mon Sep 17 00:00:00 2001 From: Derek Chen Date: Sun, 19 Oct 2025 02:32:45 -0500 Subject: [PATCH] feat: required asterisk --- docs/index.html | 13 +++++++++---- docs/main.css | 5 +++++ 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/index.html b/docs/index.html index 1464717..6ac1b1a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -109,18 +109,23 @@
- +
- +
Course Name (e.g. "JAZZ APPRECIATION-WB")
@@ -132,7 +137,7 @@ Instructor diff --git a/docs/main.css b/docs/main.css index d9d0ab5..b6b62fe 100644 --- a/docs/main.css +++ b/docs/main.css @@ -275,6 +275,11 @@ h1 { margin: 0 0 1rem 0 } +.required { + color: #ff3d78; + font-weight: bold; +} + .column { display: flex; flex-direction: column;