diff --git a/index.html b/index.html
index 5943818..d369d94 100644
--- a/index.html
+++ b/index.html
@@ -27,12 +27,13 @@
-
In lecture one day I noticed the other sites were using outdated data sets from <2020, so I made my own. Enjoy!
+
Noticed other grade sites used outdated data, so I made my own. Enjoy!
Keep course names as close to the
official course name
as possible
+
-
+
diff --git a/main.css b/main.css
index 8c50c69..970948f 100644
--- a/main.css
+++ b/main.css
@@ -5,7 +5,7 @@
body {
font-family: 'Helvetica Neue', sans-serif;
background: rgb(27,26,42);
- background: linear-gradient(90deg, rgba(27,26,42,1) 0%, rgba(61,87,92,1) 100%);
+ background: linear-gradient(90deg, rgba(61,87,92,1) 0%, rgb(69, 68, 84) 100%);
}
a {
diff --git a/main.js b/main.js
index 847cc0a..3eb8a81 100644
--- a/main.js
+++ b/main.js
@@ -103,7 +103,9 @@ function loadChart(gradeDist) {
datasets: [{
label: 'Grade Distribution',
data: Object.values(gradeDist),
- borderWidth: 1
+ borderWidth: 1,
+ // borderColor: '#36A2EB',
+ backgroundColor: '#9BD0F5',
}]
},
options: {