Skip to content

Commit

Permalink
color-update
Browse files Browse the repository at this point in the history
New colors from the Aqui website
  • Loading branch information
alvarotrujillo committed Nov 22, 2023
1 parent 0597e73 commit f73a39f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ <h2>Data Migration Engineer</h2>
</ul>
<br>
<a href="#footer-end" class="nav-button">Get in touch</a>
<a href="#footer-end" class="nav-button">Blog</a>
</div>
<div class="card">
<h2>Current Work</h2>
Expand Down
10 changes: 5 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ html {

body {
font-family: 'Montserrat', sans-serif;
background-color: #19423f;
color: #e4ded2;
background-color: #F8F6F4;
color: #333333;
font-size: 15px;
margin: 0px;
}
Expand All @@ -26,7 +26,7 @@ p {

h2 {
font-family: 'Poppins', sans-serif;
color: #ffffff;
color: #333333;
font-size: 24px;
}

Expand Down Expand Up @@ -55,7 +55,7 @@ a:hover {
} */

.card {
background-color: #13302F;
background-color: #F8F6F4;
width: 100%;
padding: 20px;
margin: 15px;
Expand All @@ -67,7 +67,7 @@ a:hover {
}

.stack-header {
color: #A6C1BF;
color: #050708;
}

.bio-paragraph {
Expand Down

0 comments on commit f73a39f

Please sign in to comment.