Created
August 1, 2018 05:02
-
-
Save Jarred-Sumner/039c7fc9030da0d1c9639e9b36100c9f to your computer and use it in GitHub Desktop.
Customizations for lattice.com via StyleURL.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.clearfix { | |
background: rgb(51, 51, 51); | |
} | |
.header__inner .logo__link { | |
background-size: cover; | |
width: 39px; | |
} | |
.home-hero--homepage { | |
background: rgb(51, 42, 39); | |
} | |
.page { | |
background: #333; | |
} | |
.heading-secondary { | |
color: #222D38; | |
color: white; | |
} | |
.heading-tertiary { | |
color: #617080; | |
color: white; | |
} | |
.paragraph-body { | |
color: #617080; | |
color: white; | |
} | |
.page-home { | |
background-color: #333; | |
background-image: none; | |
} | |
.home-hero .heading-secondary { | |
color: #222D38; | |
color: white; | |
} | |
.home-hero .heading-tertiary { | |
color: #617080; | |
color: white; | |
} | |
.scrolled .header { | |
border-bottom: 1px solid #333; | |
} | |
.main-nav>li>a { | |
color: #404547; | |
color: white; | |
} | |
.nav--dropdown>a::after { | |
border-top-color: #F6F6F6; | |
} | |
.main-nav .nav__sign-up a { | |
color: #222D38; | |
color: #FAFAFA; | |
border-color: #FAFAFA; | |
} | |
.logo-bar { | |
background: #fff; | |
background: #333; | |
} | |
.footer { | |
color: #617080; | |
color: #F9F9F9; | |
} | |
/* inspector-stylesheet.css */ | |
ul.customer-slider__pagination { | |
display: none; | |
} | |
/* styleurl--handle-loading-fouc.css */ | |
#__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; | |
} | |
/* styleurl-main.css */ | |
.page { | |
background: rgb(74, 74, 74); | |
} | |
.page-home { | |
background-color: rgb(74, 74, 74); | |
} | |
.logo-bar { | |
background: transparent; | |
} | |
/* main.css */ | |
.home-hero-card { | |
background: white; | |
padding: 10px; | |
border-radius: 4px; | |
object-fit: cover; | |
object-fit: contain; | |
object-position: top left; | |
} | |
.section-resources { | |
padding-bottom: 0; | |
padding-bottom: 140px; | |
background: #342a26; | |
} | |
.header { | |
background: #; | |
} | |
.section-products { | |
margin-top: 60px; | |
margin-top: 0; | |
padding-top: 60px; | |
background: #342a26; | |
} | |
.section-personas { | |
padding-left: 15px; | |
padding-right: 15px; | |
} | |
.logo-bar h3 { | |
color: #222D38; | |
color: white; | |
padding-bottom: 40px; | |
margin: 0; | |
margin-bottom: unset; | |
margin-top: unset; | |
} | |
.customer-slider .section-birchbox { | |
background: #4A4A4A; | |
box-shadow: 0 0 0 1px rgba(25,25,25,.36), 0 12px 24px 0 rgba(25,25,25,.22); | |
} | |
.footer-copyright { | |
color: #617080; | |
color: white; | |
} | |
.footer-nav__heading { | |
color: #92A0AD; | |
color: white; | |
} | |
.footer-nav a { | |
color: #617080; | |
color: white; | |
} | |
.link-social { | |
filter: hue-rotate(0.5turn); | |
} | |
.section-learn-more { | |
background: #4A4A4A; | |
padding-top: 150px; | |
padding-top: 0; | |
margin-top: unset; | |
} | |
.section-birchbox img { | |
background: #4A4A4A; | |
} | |
/* inline_style_edits.inline.css */ | |
.home-hero--homepage { | |
padding-bottom: 60px; | |
background-color: rgb(51, 42, 39) !important; | |
} | |
.clearfix { | |
background-color: rgb(51, 42, 39) !important; | |
} | |
.logo-bar__cruise { | |
filter: invert(100%); | |
} | |
.logo-bar__washington { | |
filter: invert(100%); | |
} | |
.logo-bar__nypr { | |
filter: invert(100%); | |
} | |
.logo-bar__glossier { | |
filter: invert(100%); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.page-home { | |
background-color: rgb(51, 51, 51); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: 1.0 | |
domains: | |
- lattice.com | |
url_patterns: | |
- lattice.com/* | |
timestamp: '2018-08-01T05:02:28Z' | |
id: RDKT | |
redirect_url: https://lattice.com/ | |
shared_via: StyleURL - (https://styleurl.app) import and export CSS changes from Chrome | |
Inspector to a Gist you can share (like this one!). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment