_sass/chaos/block.scss in jekyll-theme-chaos-0.1.0 vs _sass/chaos/block.scss in jekyll-theme-chaos-0.1.1

- old
+ new

@@ -54,19 +54,37 @@ &.Chaos-Button{ background-color: $background-color; color: $brand-color; } &.Chaos-Wrapper{ + + #can_embed_form{ + #action_welcome_message_inner{ + div, small{ + color: $text-color; + a{ + color: $brand-color; + } + } + } + :not(.floatlabel-wrapper):not(.can_select){ + + color: $brand-text-color; + // p,h1,h2,h3,h4,h5,h6{ + // color: $brand-text-color; + // } + } + } > p,> h1,> h2,> h3,> h4,> h5,> h6,> a{ color: $brand-text-color; - > a{ + a{ color: $brand-text-color; } } } } } - img{ + img:not(.no-shadow){ box-shadow: $spacing-unit $spacing-unit $brand-color; } .Chaos-Wrapper { display: flex; flex-direction: column;