File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,6 +97,8 @@ class_archive_path: /
9797aux_links :
9898 Gradescope :
9999 - ' https://www.gradescope.com/courses/1229310'
100+ Edstem :
101+ - ' https://edstem.org/us/courses/94609'
100102aux_links_new_tab : true
101103
102104# #####################################################################
Original file line number Diff line number Diff line change 115115 color : #fff ;
116116 line-height : 1.2 ;
117117 text-decoration : none ;
118+ transition : background-color 0.15s ease , color 0.15s ease ;
118119}
119120
120121.aux-nav .site-button :hover ,
121122.aux-nav .site-button :focus {
122- background-color : #1a3f8f ;
123- color : #e6efff ;
123+ background-color : #193b85 ;
124+ color : #f2f5ff ;
124125 text-decoration : none ;
125126}
127+
128+ .aux-nav .site-button [href *= " edstem.org" ] {
129+ background-color : #6d28d9 ;
130+ color : #fff ;
131+ }
132+
133+ .aux-nav .site-button [href *= " edstem.org" ]:hover ,
134+ .aux-nav .site-button [href *= " edstem.org" ]:focus {
135+ background-color : #5b21b6 ;
136+ color : #f5e9ff ;
137+ }
You can’t perform that action at this time.
0 commit comments