Skip to content

Commit 6a09457

Browse files
committed
oops
1 parent 4a69152 commit 6a09457

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/facilitators.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ layout: home
4040
margin: 0.25rem 0;
4141
font-size: 1rem;
4242
font-weight: 600;
43-
color: #24292e;
43+
color: #397DFF;
4444
}
4545

4646
.person-name a {
47-
color: #0366d6;
47+
color: #397DFF;
4848
text-decoration: none;
4949
}
5050

@@ -54,7 +54,7 @@ layout: home
5454

5555
.person-role {
5656
font-weight: 500;
57-
color: #0366d6;
57+
color: #397DFF;
5858
margin: 0.25rem 0;
5959
font-size: 0.9rem;
6060
}
@@ -85,7 +85,7 @@ layout: home
8585
}
8686
</style>
8787

88-
# Facilitators
88+
# <span style="color: #397DFF; font-weight: 350">Facilitators</span>
8989

9090
Running CRUP would not be possible without these amazing people!
9191

docs/resources.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ layout: home
99
This page contains additional resources for each lecture to help you dive deeper into the topics covered.
1010

1111
## <span style="color: #397DFF">Week 1: Welcome! and Introduction to Programming in Python</span>
12-
- [Composing Programs Online Textbook] (https://www.composingprograms.com/)
13-
- [CS 61A Lecture Videos] (https://www.youtube.com/@JohnDeNero/playlists)
14-
- [Python Tutor] (https://pythontutor.com/)
12+
- [Composing Programs Online Textbook](https://www.composingprograms.com/)
13+
- [CS 61A Lecture Videos](https://www.youtube.com/@JohnDeNero/playlists)
14+
- [Python Tutor](https://pythontutor.com/)
1515

1616
## <span style="color: #397DFF">Week 2: Data Structures</span>
1717
*Coming soon...*

0 commit comments

Comments
 (0)