Skip to content

Instantly share code, notes, and snippets.

@lukaspili
Last active September 10, 2020 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukaspili/f0cf1277a0b9922a855cb7249bcad28e to your computer and use it in GitHub Desktop.
Save lukaspili/f0cf1277a0b9922a855cb7249bcad28e to your computer and use it in GitHub Desktop.
#zwgth {
margin-bottom: 20px !important;
}
#zwgth .logo {
display: none !important;
}
#zwgth h1 {
display: none !important;
}
/*
Modification de la couleur de fond des principaux blocs :
- Le haut des modals
- Les catégories dans la carte
- Les restaurants dans la section d'un restaurant
- Les titres des options
*/
.restaurant_selection .restaurants .active a,
.restaurant_selection .restaurants a:hover,
.restaurant_selection .restaurants a,
#zmodal .modal-header,
#cart #cart-toggle-btn .cart_nb_items,
.tag_list,
.tag_list a.nobg:hover .lab,
.tag_list .active a.nobg .lab,
#zmodal .part h4,
#zmodal .optionbox h4 {
background-color: #D40028;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment