@import “variables”;
// now that our variables are defined, let's override them from the config.
{% if site.oedipus.style.bg-color %} $bg-color: {{ site.oedipus.style.bg-color }}; {% endif %}
{% if site.oedipus.style.fg-color %} $fg-color: {{ site.oedipus.style.fg-color }}; {% endif %}
{% if site.oedipus.style.link-color %} $link-color: {{ site.oedipus.style.link-color }}; {% endif %}
{% if site.oedipus.style.link-hover-color %} $link-hover-color: {{ site.oedipus.style.link-hover-color }}; {% endif %}
{% if site.oedipus.style.link-active-color %} $link-active-color: {{ site.oedipus.style.link-active-color }}; {% endif %}
{% if site.oedipus.style.link-visited-color %} $link-visited-color: {{ site.oedipus.style.link-visited-color }}; {% endif %}
{% if site.oedipus.style.border-thickness %} $border-thickness: {{ site.oedipus.style.border-thickness }}; {% endif %}
{% if site.oedipus.style.hr-border-thickness %} $hr-border-thickness: {{ site.oedipus.style.hr-border-thickness }}; {% endif %}
{% if site.oedipus.style.body-margin %} $body-margin: {{ site.oedipus.style.body-margin }}; {% endif %}
{% if site.oedipus.style.html-font-size %} $html-font-size: {{ site.oedipus.style.html-font-size }}; {% endif %}
{% if site.oedipus.style.content-font-size %} $content-font-size: {{ site.oedipus.style.content-font-size }}; {% endif %}
{% if site.oedipus.style.content-font-family %} $content-font-family: {{ site.oedipus.style.content-font-family }}; {% endif %}
{% if site.oedipus.style.content-line-height %} $content-line-height: {{ site.oedipus.style.content-line-height }}; {% endif %}
{% if site.oedipus.style.preformatted-font-size %} $preformatted-font-size: {{ site.oedipus.style.preformatted-font-size }}; {% endif %}
{% if site.oedipus.style.preformatted-font-family %} $preformatted-font-family: {{ site.oedipus.style.preformatted-font-family }}; {% endif %}
{% if site.oedipus.style.content-width %} $content-width: {{ site.oedipus.style.content-width }}; {% endif %}
{% if site.oedipus.style.content-centered %} $content-alignment: center; $content-margin: 2rem auto; $content-padding: 0 .62rem; {% else %} $content-alignment: left; $content-margin: 0; $content-padding: auto; {% endif %}
@import “main”; @import “skip”; @import “dark”;