/*
 * SHARED WITH JAVELIN - /src/javelin/sass/_colors
 * color nicknames from http://chir.ag/projects/name-that-color/{{#hex-code}}
 */
/**
 * allows you to add styling to the bottom row of a grid using the mixins above
 */
/* line 7, src/hub/components/module/story_list/_theme/orange.scss */
.story-list-module[data-theme="orange"][data-variation="background_numbered"] .story-list-story:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2P83Sf3n7XoESMDFMAZGAIwlRgqAFotCAUvH8OoAAAAAElFTkSuQmCC") repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 14, src/hub/components/module/story_list/_theme/orange.scss */
.story-list-module[data-theme="orange"] .story-list-story__info__headline-link {
  color: #FB8E1E;
}

/* line 50, src/hub/sass/_module.scss */
.story-list-module[data-theme="orange"] .story-list-story__info__headline-link:hover, .story-list-module[data-theme="orange"] .story-list-story__info__headline-link:focus {
  text-decoration: underline;
}
