Skip to content

Commit

Permalink
Link entradas
Browse files Browse the repository at this point in the history
  • Loading branch information
nachomunoz committed Feb 5, 2024
1 parent bd87886 commit 9803830
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
20 changes: 9 additions & 11 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,23 +126,21 @@ a {
}

.home-cta-button {
/* Borrar al estar disponibles */
border: 1px solid var(--year-main-color) !important;
cursor: default !important;
border: 1px solid var(--main-black-color);
background-color: var(--main-white-color);
color: var(--main-black-color);
}

.home-cta-button:hover {
/* Borrar al estar disponibles */
border: 1px solid var(--year-main-color) !important;
background-color: var(--year-main-color) !important;
.home-cta-patro {
border: 1px solid var(--main-black-color);
background-color: var(--year-main-color);
color: var(--main-black-color);
cursor: default !important;
}

.home-cta-patro:hover, .home-cta-button:hover {
.home-cta-button:hover, .home-cta-patro:hover {
border: 1px solid var(--main-black-color);
background-color: var(--main-white-color);
color: var(--main-black-color);
background-color: var(--main-black-color);
color: var(--main-white-color);
}

.section {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<img class="logo" src="img/logo.svg" alt="SOSZ 24" />
<p class="home-city">Zaragoza, 9 Marzo 2024</p>
<div class="home-cta">
<a class="home-cta-button" href="#">Entradas próximamente</a>
<a class="home-cta-button" href="https://my.weezevent.com/startup-open-space-2024">Compra tu entrada</a>
<a class="home-cta-patro">¿Quiéres patrocinar el evento?</a>
</div>
</div>
Expand Down

0 comments on commit 9803830

Please sign in to comment.