|
132 | 132 | filter: none; |
133 | 133 | } |
134 | 134 |
|
| 135 | +.aux-nav .site-button[href*="bcourses.berkeley.edu"], |
| 136 | +.aux-nav .site-button[href*="bcourses.berkeley.edu"]:visited { |
| 137 | + background-color: #1f4ba5 !important; |
| 138 | + color: #fff !important; |
| 139 | +} |
| 140 | + |
| 141 | +.aux-nav .site-button[href*="bcourses.berkeley.edu"]:hover, |
| 142 | +.aux-nav .site-button[href*="bcourses.berkeley.edu"]:focus, |
| 143 | +.aux-nav .site-button[href*="bcourses.berkeley.edu"]:active { |
| 144 | + background-color: #193b85 !important; |
| 145 | + color: #f2f5ff !important; |
| 146 | + background-image: none; |
| 147 | + box-shadow: none; |
| 148 | + filter: none; |
| 149 | +} |
| 150 | + |
| 151 | +.aux-nav .site-button[href*="gradescope.com"], |
| 152 | +.aux-nav .site-button[href*="gradescope.com"]:visited { |
| 153 | + background-color: #0ea5e9 !important; |
| 154 | + color: #fff !important; |
| 155 | +} |
| 156 | + |
| 157 | +.aux-nav .site-button[href*="gradescope.com"]:hover, |
| 158 | +.aux-nav .site-button[href*="gradescope.com"]:focus, |
| 159 | +.aux-nav .site-button[href*="gradescope.com"]:active { |
| 160 | + background-color: #0284c7 !important; |
| 161 | + color: #e6f6ff !important; |
| 162 | + background-image: none; |
| 163 | + box-shadow: none; |
| 164 | + filter: none; |
| 165 | +} |
| 166 | + |
135 | 167 | .aux-nav .site-button[href*="edstem.org"], |
136 | 168 | .aux-nav .site-button[href*="edstem.org"]:visited { |
137 | 169 | background-color: #6d28d9 !important; |
|
0 commit comments