Skip to content

Commit

Permalink
refactor: change color and fomart css
Browse files Browse the repository at this point in the history
  • Loading branch information
VanehSann committed Jul 25, 2023
1 parent 1f96e40 commit afaaa71
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions assets/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

h2 {
font-size: 20px;
color: gray;
color: #5d5d5d;
font-weight: 700;
}

h1 {
text-align: center;
font-size: 40px;
/* color: gray; */
/* color: #5d5d5d; */
color: #0f172a;
}

Expand Down Expand Up @@ -100,7 +100,7 @@
}

section p {
color: gray;
color: #5d5d5d;
/* color: #0f172a; */
margin: 3px 0px;
font-size: larger;
Expand All @@ -117,7 +117,7 @@
span.project-stack,
span.project-contributors {
font-weight: 600;
color: gray;
color: #5d5d5d;
}

a.more-btn {
Expand All @@ -140,7 +140,7 @@
/* Estilos do footer */
footer {
background: #0f172a;
color: gray;
color: #5d5d5d;
text-align: center;
position: relative;
display: flex;
Expand All @@ -151,7 +151,7 @@
}

footer a {
color: gray;
color: #5d5d5d;
}

/* Estilos comuns para div e p dentro da section e do footer */
Expand Down Expand Up @@ -305,7 +305,7 @@

/* Estilos da seção de contato */
.contact-icons a {
color: gray;
color: #5d5d5d;
padding: 9px;
font-weight: 600;
box-shadow: inset 0px 0px 0px #999999;
Expand Down Expand Up @@ -357,7 +357,7 @@
.contact-tabs .tab-btn {
background-color: #f2f2f2;
border: none;
color: gray;
color: #5d5d5d;
padding: 10px 20px;
cursor: pointer;
transition: 0.3s;
Expand Down Expand Up @@ -611,7 +611,7 @@
.dark h1:hover,
.dark h1:focus {
color: #c478d3;
}
}

.dark a.more-btn:hover,
.dark a.more-btn:focus {
Expand All @@ -624,4 +624,4 @@
.dark .card:hover,
.dark .card:focus {
background: #00112b;
}
}

0 comments on commit afaaa71

Please sign in to comment.