diff --git a/_app/_includes/themes/curtana/includes/css-variables.html b/_app/_includes/themes/curtana/includes/css-variables.html
index 3700a45cf..0fda136b0 100644
--- a/_app/_includes/themes/curtana/includes/css-variables.html
+++ b/_app/_includes/themes/curtana/includes/css-variables.html
@@ -59,17 +59,6 @@
}
{% endif %}
- {% if page.scheme-text %}
- body:before, .logo {
- background: {{ page.scheme-text }};
- }
- {% endif %}
- {% if page.scheme-link %}
- .logo:hover {
- background: {{ page.scheme-link }};
- }
- {% endif %}
-
{% if page.scheme-hover %}
.navigation li a:hover,
.navigation li a:focus {
@@ -77,6 +66,25 @@
}
{% endif %}
+ {% if page.scheme-hero-bg %}
+ .content header {
+ background: {{ page.scheme-hero-bg }};
+ }
+ {% endif %}
+ {% if page.scheme-hero-text %}
+ .content header {
+ color: {{ page.scheme-hero-text }};
+ }
+ {% endif %}
+ {% if page.scheme-hero-link %}
+ .content header a {
+ color: {{ page.scheme-hero-link }};
+ }
+ .content header .external .dot {
+ background: {{ page.scheme-hero-link }};
+ }
+ {% endif %}
+
{% if page.scheme-link %}
.current a {
color: {{ page.scheme-link }};
diff --git a/_app/_includes/themes/curtana/includes/header.html b/_app/_includes/themes/curtana/includes/header.html
index 8381feebf..45f78352d 100644
--- a/_app/_includes/themes/curtana/includes/header.html
+++ b/_app/_includes/themes/curtana/includes/header.html
@@ -1,10 +1,3 @@
-
-
-