Skip to content

Commit

Permalink
Color redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
dezoliveira committed Feb 5, 2024
1 parent 2cfe878 commit 66b5bce
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions css/medias.css
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@
.navbar .logo {
color: #fff;
}

.navbar .logo span {
display: flex;
}

.navbar ul {
display: flex;
Expand Down
16 changes: 9 additions & 7 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ body {
gap: 20px;
}


.navbar ul {
display: flex;
gap: 30px;
Expand Down Expand Up @@ -131,7 +132,8 @@ section.profile {
max-width: 50px;
border-radius: 50%;
height: 50px;
background-color: crimson;
background-color: #4f46e5;
color: #fff;
}

.stacks .icon i {
Expand Down Expand Up @@ -226,8 +228,8 @@ section.projects {
}

.btn-primary {
background-color: crimson;
border: 1px solid crimson;
background-color: #4f46e5;
border: 1px solid #4f46e5;
}

.btn-success {
Expand Down Expand Up @@ -392,7 +394,7 @@ section.contact {
}

.contact .form label b {
color: crimson;
color: #4f46e5;
}

.contact .form .name-group {
Expand Down Expand Up @@ -435,9 +437,9 @@ footer.footer {
}

.float-button i {
font-size: 80px;
font-size: 50px;
color: #22c55e;
background-color: #fff;
/* background-color: #fff; */
transition: 0.2s all;
}

Expand All @@ -450,7 +452,7 @@ footer.footer {
padding: 8px 12px;
border: 1px solid;
border-radius: 5px;
background-color: crimson;
background-color: #4f46e5;
}

.select-box i {
Expand Down
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@
<div class="logo">
<a href="https://www.linkedin.com/in/dezoliveira" target="_blank">
<i class="fa-brands fa-linkedin"></i>
Linkedin
</a>
<a href="https://www.github.com/dezoliveira" target="_blank">
<i class="fa-brands fa-github-alt"></i>
@dezoliveira
</a>
</div>
<nav>
Expand Down

0 comments on commit 66b5bce

Please sign in to comment.