Skip to content

Commit

Permalink
Update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
hawaiigal committed Feb 21, 2025
1 parent c09f275 commit a341592
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
7 changes: 4 additions & 3 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ body {
align-items: center;
justify-content: center;
flex-flow: column wrap;
background-color: #452c63;
background-color: #DBBCDF;
/* background-color: #DDA0DDBB; */
width: 100vw;
}
Expand All @@ -24,7 +24,7 @@ body {
align-items: flex-end;
justify-content: left;
gap: 10px;
color: #FDFDFC;
color: #452c63;
margin: 10px;
width: 100%;
}
Expand All @@ -38,7 +38,6 @@ body {

.container {
border-radius: 20px;
border-color: #452c63;
background-color: #FDFDFC;

padding: 70px 10px;
Expand Down Expand Up @@ -104,4 +103,6 @@ p {
text-decoration: none;
height: 40px;
width: auto;

filter: invert(19%) sepia(11%) saturate(3722%) hue-rotate(228deg) brightness(93%) contrast(92%);
}
Binary file added images/linkedin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion images/linkedin.svg

This file was deleted.

2 changes: 1 addition & 1 deletion images/resume.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
</a>

<a class="external-link" href="https://github.com/hawaiigal">
<img src="images/github.svg" alt="Github link">
<img src="images/github-mark.svg" alt="Github link">
</a>

<a class="external-link" href="https://www.linkedin.com/in/kailanichu">
<img src="images/linkedin.svg" alt="linkedin link">
<img src="images/linkedin.png" alt="linkedin link">
</a>
</span>
</div>
Expand Down

0 comments on commit a341592

Please sign in to comment.