Skip to content

Instantly share code, notes, and snippets.

@ondrique
Last active September 20, 2018 18:00
Show Gist options
  • Save ondrique/b6992c283596efaf228523a6c1698faf to your computer and use it in GitHub Desktop.
Save ondrique/b6992c283596efaf228523a6c1698faf to your computer and use it in GitHub Desktop.
Townville modifications
.text-shadow {
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.has-overlay-medium::before {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
display: block;
background: rgba(17, 17, 17, 0.5);
z-index: -1;
}
.swiper-pagination-bullet {
opacity: .8;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment