Skip to content

Instantly share code, notes, and snippets.

View gonzalocasas's full-sized avatar

Gonzalo Casas gonzalocasas

View GitHub Profile
@gonzalocasas
gonzalocasas / evalhack.css
Last active July 8, 2020 17:05 — forked from loleg/evalhack.css
Dribdat customization for EvalHack
@import url(https://fonts.googleapis.com/css2?family=Lato);
body, p, div, span, h1, h2, h3, h4, h5, h6 { font-family:Lato }
/* Show event graphic, hiding detail info on event page */
.jumbotron.event-info * { display:none }
.jumbotron.event-info { background:url(https://blog.datalets.ch/workshops/2020/ipdet/IPDET_Hackathon-C.jpg) no-repeat center; background-size: contain; height:240px; width: 100% }
/* Customize the top navigation */
.navbar.navbar-light { background: #f7e94a; }