Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
buildplan committed Jul 6, 2024
1 parent fe4c70a commit 5ac193e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 226 deletions.
Binary file added assets/.DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
}
footer .right {
display: flex;
align-items: flex-end;
align-items: center;
}
footer a {
color: inherit;
Expand Down Expand Up @@ -145,7 +145,7 @@
transition: transform 0.2s ease, color 0.3s;
}
#external-link:hover {
transform: scale(1.1);
transform: scale(1.2);
transition: transform 0.2s ease;
}
#logo-container {
Expand Down Expand Up @@ -176,7 +176,7 @@
color: #007bff;
}
#dark-mode-toggle:hover {
transform: scale(1.1);
transform: scale(1.2);
transition: transform 0.2s ease;
}
.custom-cursor {
Expand Down
222 changes: 0 additions & 222 deletions assets/style.sass

This file was deleted.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<i class="fa-regular fa-copyright"></i> <span id="current-year"></span>
</div>
<div class="right">
Powered by
Utilising
<a href="https://github.com" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://www.cloudflare.com" target="_blank"><i class="fa-brands fa-cloudflare"></i></a>
<a href="https://protonmail.com" target="_blank"><i class="fa-solid fa-lock"></i></a>
Expand Down

0 comments on commit 5ac193e

Please sign in to comment.