Skip to content

Commit

Permalink
Prepare for hover
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Dec 1, 2024
1 parent ef5169c commit e2a81d4
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 4 deletions.
27 changes: 27 additions & 0 deletions public/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/github512.png
Binary file not shown.
5 changes: 3 additions & 2 deletions src/components/Header.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@
}

.header .GitHub a img {
color: #0C6EFD;
max-height: 2rem;
}


.header .GitHub a img {
max-height: 2rem;
}
4 changes: 2 additions & 2 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export default function Header() {
VK-45.01
</div>
<div className="GitHub">
<a href="https://github.com/QubitPi/VK-45.01" style={{color: '#ffffff'}}>
<img src="/github512.png" alt="github"/>
<a href="https://github.com/QubitPi/VK-45.01">
<img src="/github.svg" alt="github"/>
</a>
</div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ body {
-moz-osx-font-smoothing: grayscale;
font-family: Ubuntu;

/*https://colorhunt.co/palette/5bbcfffffab7ffd1e37ea1ff*/
background: linear-gradient(45deg,#FFD1E3,#7EA1FF,#FFFAB7,#5BBCFF);

background-size: 300% 300%;
animation: color 12s ease-in-out infinite;
}
Expand Down

0 comments on commit e2a81d4

Please sign in to comment.