Skip to content

Commit

Permalink
Updating scrolling to top button some more
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWongLife committed May 31, 2024
1 parent 48320b6 commit d4e3195
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h4 class="header404">404</h4>

<button
type="button"
class="btn btn-outline-dark btn-floating btn-lg"
class="btn btn-dark btn-floating btn-lg"
id="btn-back-to-top"
>
<i class="fa-solid fa-chevron-up fa-sm"></i>
Expand Down
2 changes: 1 addition & 1 deletion html/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h3 align="center">Senior @ University of Illinois Urbana-Champaign (UIUC) major

<button
type="button"
class="btn btn-outline-dark btn-floating btn-lg"
class="btn btn-dark btn-floating btn-lg"
id="btn-back-to-top"
>
<i class="fa-solid fa-chevron-up fa-sm"></i>
Expand Down
2 changes: 1 addition & 1 deletion html/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h1 class="text-center mt-5">Let's start a conversation <i class="fa-solid fa-co

<button
type="button"
class="btn btn-outline-dark btn-floating btn-lg"
class="btn btn-dark btn-floating btn-lg"
id="btn-back-to-top"
>
<i class="fa-solid fa-chevron-up fa-sm"></i>
Expand Down
2 changes: 1 addition & 1 deletion html/resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h1 class="text-center mt-5">Check out my resume <i class="fa-solid fa-file fa-s

<button
type="button"
class="btn btn-outline-dark btn-floating btn-lg"
class="btn btn-dark btn-floating btn-lg"
id="btn-back-to-top"
>
<i class="fa-solid fa-chevron-up fa-sm"></i>
Expand Down
2 changes: 1 addition & 1 deletion html/thanks.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h1 class="text-center mt-5">Thank You</h1>

<button
type="button"
class="btn btn-outline-dark btn-floating btn-lg"
class="btn btn-dark btn-floating btn-lg"
id="btn-back-to-top"
>
<i class="fa-solid fa-chevron-up fa-sm"></i>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ <h4>Visual Studio Code</h4>

<button
type="button"
class="btn btn-outline-dark btn-floating btn-lg"
class="btn btn-dark btn-floating btn-lg"
id="btn-back-to-top"
>
<i class="fa-solid fa-chevron-up fa-sm"></i>
Expand Down

0 comments on commit d4e3195

Please sign in to comment.