Skip to content

Instantly share code, notes, and snippets.

@hendrikeng
Created July 31, 2018 10:56
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 hendrikeng/b8efb0e598fafcd7b853be28359007c7 to your computer and use it in GitHub Desktop.
Save hendrikeng/b8efb0e598fafcd7b853be28359007c7 to your computer and use it in GitHub Desktop.
Customizations for www.coffeecircle.com via StyleURL.
#__styleurl_create_styleurl_shadowdom > div {
display: none;
}
#__styleurl_create_styleurl_shadowdom > div.resolved {
display: block;
}
#__styleurl_view_styleurl_shadowdom > div {
display: unset;
}
#__styleurl_view_styleurl_shadowdom > div.resolved {
display: unset;
}
[class="swiper-slide slide--03 swiper-slide-prev swiper-slide-duplicate-next"] .warning {
transform: translate3d(-200px, 0px, 0px);
}
[class="swiper-slide slide--03 swiper-slide-next"] .warning {
transform: translate3d(200px, 0px, 0px);
}
[class="swiper-slide slide--03 swiper-slide-active"] .warning {
transform: translate3d(0px, 0px, 0px);
}
.btn.red,.btn.warning {
background: red;
}
#hero .hero-swiper-container .swiper-slide a.btn {
padding: 15rem 30rem;
}
---
version: 1.0
domains:
- www.coffeecircle.com
url_patterns:
- www.coffeecircle.com/*
timestamp: '2018-07-31T10:56:09Z'
id: FwMJ
redirect_url: https://www.coffeecircle.com/?__styleurl=gist_7a711b656f072522270b788eaf471851
shared_via: StyleURL - (https://styleurl.app) import and export CSS changes from Chrome
Inspector to a Gist you can share (like this one!).
@hendrikeng
Copy link
Author

🔗 Shared via StyleURL - see changes in your browser

📷 Screenshot (www.coffeecircle.com)

Screenshot of changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment