Skip to content

Instantly share code, notes, and snippets.

@gera3d
Created October 10, 2019 23:16
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 gera3d/bc500c0c9ca8467bf0c7d68766cc8d63 to your computer and use it in GitHub Desktop.
Save gera3d/bc500c0c9ca8467bf0c7d68766cc8d63 to your computer and use it in GitHub Desktop.
Custom Wine Styles
New Styles
/**Custom styles for the king estate winery**/
body {
background-color: #f7f7f5 !important;
color: #8e6a02 !important;
}
.nav-tabs>li.active>a {
color: #8e6a02 !important;
}
.btn-primary {
background-color: #8e6a02 !important;
border-color: #8e6a02 !important;
color: #ffffff !important;
letter-spacing: 2px !important;
text-transform: uppercase !important;
font-weight: 400 !important;
border-radius: 0px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment