Skip to content

Instantly share code, notes, and snippets.

@agusmu
Created March 4, 2015 00:54
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 agusmu/3d4d2fd11c001c364745 to your computer and use it in GitHub Desktop.
Save agusmu/3d4d2fd11c001c364745 to your computer and use it in GitHub Desktop.
Eventica WordPress Theme - Colors
// events slider - detail background
.home-slider-events .slide-event-detail {
background: rgba(28, 171, 197, 0.85);
}
// event list - date box (top left)
.tribe-events-list .tribe-events-event-date {
background: rgba(62, 201, 206, 0.64);
}
// event list - ticket box (bottom right)
.tribe-events-list .event-list-wrapper-bottom .wraper-bottom-right {
background: #3ec9ce;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment