File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55< head >
66 <!-- probably on all pages -->
77
8- < link rel =" stylesheet " href ="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0 /dist/css/bootstrap.min.css " integrity ="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm " crossorigin ="anonymous ">
8+ < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1 /dist/css/bootstrap.min.css " rel =" stylesheet " integrity ="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT " crossorigin ="anonymous ">
99 < link rel ="stylesheet " href ="style.css ">
1010
1111</ head >
@@ -316,9 +316,7 @@ <h3> Mission </h3>
316316 </ div >
317317 </ div >
318318 </ div >
319- < script src ="https://code.jquery.com/jquery-3.2.1.slim.min.js " integrity ="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN " crossorigin ="anonymous "> </ script >
320- < script src ="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js " integrity ="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q " crossorigin ="anonymous "> </ script >
321- < script src ="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js " integrity ="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl " crossorigin ="anonymous "> </ script >
319+ < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.bundle.min.js " integrity ="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8 " crossorigin ="anonymous "> </ script >
322320</ body >
323321
324322</ html >
Original file line number Diff line number Diff line change 202202 font-size : 1em ;
203203}
204204
205+ /*Remove Bootstrap 5 default anchor tag underlines unless hovered*/
206+ a : not ([class *= "btn" ]) {
207+ text-decoration : none;
208+ }
209+ a : not ([class *= "btn" ]): hover {
210+ text-decoration : underline;
211+ }
212+
205213/* IMAGE STYLING ************************************************/
206214.largeImage {
207215 /*width: 599px;
You can’t perform that action at this time.
0 commit comments