Skip to content

Commit

Permalink
fix(styles): missing custom hr css scope
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Feb 2, 2016
1 parent 39b7220 commit 0ef9579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _app/_includes/themes/curtana/includes/css-variables.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
color: {{ page.scheme-code }};
}
{% endif %}

{% if page.scheme-text %}
hr::before,
.content hr::before,
.footnotes::before {
background: {{ page.scheme-text }};
box-shadow: 20px 0 0 0 {{ page.scheme-text }}, -20px 0 0 0 {{ page.scheme-text }};
Expand Down

0 comments on commit 0ef9579

Please sign in to comment.