File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ <h2 id="Curriculum">Curriculum</h2>
139
139
< p > See < a href ="#Submission "> this section</ a > for assignment submission
140
140
instructions. The available modules are listed below.</ p >
141
141
< details >
142
- < summary class ="title ">
142
+ < summary class ="curriculum ">
143
143
Software engineering / robotics
144
144
</ summary >
145
145
< h3 id ="Intro_to_C.2B.2B "> Intro to C++</ h3 > < a href =
@@ -188,7 +188,7 @@ <h3 id="Robot_software">Robot software</h3><a href=
188
188
custom classes.</ p >
189
189
</ details >
190
190
< details >
191
- < summary class ="title ">
191
+ < summary class ="curriculum ">
192
192
Miscellaneous computer science
193
193
</ summary >
194
194
< h3 id ="Advanced_C.2B.2B "> Advanced C++</ h3 > < a href =
Original file line number Diff line number Diff line change 66
66
overflow : scroll;
67
67
}
68
68
69
+ summary .curriculum {
70
+ font-size : xx-large;
71
+ padding : 0.5em ;
72
+ background : darkblue;
73
+ color : white;
74
+ }
75
+
76
+ summary .curriculum : hover {
77
+ color : lightblue;
78
+ }
79
+
69
80
# navbar {
70
81
width : 100% ;
71
82
background-color : darkblue;
You can’t perform that action at this time.
0 commit comments