Skip to content

Commit

Permalink
feat: improve ACCESSIBLE COLORS
Browse files Browse the repository at this point in the history
  • Loading branch information
VanehSann committed Aug 7, 2023
1 parent b322c4d commit e2a19c8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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: #808080;
color: #737373;
font-weight: 700;
}

h1 {
text-align: center;
font-size: 40px;
/* color: #808080; */
/* color: #737373; */
color: #0f172a;
}

Expand Down Expand Up @@ -117,7 +117,7 @@
span.project-stack,
span.project-contributors {
font-weight: 600;
color: #808080;
color: #737373;
}

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

footer a {
color: #808080;
color: #737373;
}

/* 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: #808080;
color: #737373;
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: #808080;
color: #737373;
padding: 10px 20px;
cursor: pointer;
transition: 0.3s;
Expand Down

0 comments on commit e2a19c8

Please sign in to comment.