Skip to content

Commit e4f616f

Browse files
committed
Add estem link
1 parent d6dbf98 commit e4f616f

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ class_archive_path: /
9797
aux_links:
9898
Gradescope:
9999
- 'https://www.gradescope.com/courses/1229310'
100+
Edstem:
101+
- 'https://edstem.org/us/courses/94609'
100102
aux_links_new_tab: true
101103

102104
######################################################################

_sass/custom/course_overrides.scss

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,23 @@
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+
}

0 commit comments

Comments
 (0)