Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
thibapso authored Nov 7, 2023
1 parent 4fb5ded commit 281d535
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
8 changes: 6 additions & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ html ::-webkit-scrollbar-track {

html ::selection {
color: #ededed;
background-color: #0A112B;
background-color: #0b1e63;
}

:root {
Expand Down Expand Up @@ -13253,6 +13253,10 @@ footer {
margin-bottom: 0.75rem;
}

#footer_contacts p {
color: #feff99;
}

#footer_social_media {
display: flex;
gap: 2rem;
Expand Down Expand Up @@ -13298,7 +13302,7 @@ footer {
}

.footer-list .footer-link {
color: var(--color-neutral-30);
color: #f4f5c6;
transition: all 0.4s;
}

Expand Down
11 changes: 7 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ <h1 class="footer-text">MedTempo</h1>

<ul class="footer-list">
<li>
<h3 class="footer-text">Redes Sociais</h3>
<h3 class="footer-text">Social</h3>
</li>
<li>
<a href="#" class="footer-link">Site MedTempo</a>
Expand Down Expand Up @@ -409,9 +409,12 @@ <h3 class="footer-text">Navegação</h3>
</ul>

<div id="footer_subscribe">
<h3 class="footer-text">Para Desenvolvedores</h3>

<p>Código-fonte</p>
<h3 class="footer-text">Repositório</h3>
<ul class="footer-list">
<li>
<a href="https://github.com/MedTempo/MedTempo-SITE" target="_blank" class="footer-link">GitHub - MedTempo</a>
</li>
</ul>
</div>
</div>

Expand Down

0 comments on commit 281d535

Please sign in to comment.