aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_includes/header.html2
-rw-r--r--_sass/_as-theme.scss14
-rw-r--r--css/main.scss4
3 files changed, 17 insertions, 3 deletions
diff --git a/_includes/header.html b/_includes/header.html
index 04d8901..f8cc6c4 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -28,7 +28,7 @@
</ul>
</nav>
{% if subnavi %}
- <nav id="navigation_sub" class="navigation header__navigation">
+ <nav id="navigation_sub" class="navigation subheader__navigation">
<ul>
{% for subitem in subnavi.items %}
<li class="navigation__item {% if subitem.href == subpage_href %}active{% endif %}">
diff --git a/_sass/_as-theme.scss b/_sass/_as-theme.scss
index 119a6f3..6b54b3e 100644
--- a/_sass/_as-theme.scss
+++ b/_sass/_as-theme.scss
@@ -77,6 +77,20 @@ body {
color: $purple-color;
}
}
+.subheader__navigation {
+
+ margin-top: $spacing-unit / 4;
+ overflow: hidden;
+ ul {
+
+ overflow: hidden;
+
+ margin: 0;
+ padding: $spacing-unit /2 0;
+ }
+
+
+}
.navigation__item.active {
font-weight: bold;
diff --git a/css/main.scss b/css/main.scss
index fe8d6e8..bda35d6 100644
--- a/css/main.scss
+++ b/css/main.scss
@@ -29,8 +29,8 @@ $grey-color: #828282;
$grey-color-light: lighten($grey-color, 43%);
$grey-color-dark: darken($grey-color, 25%);
-$purple-color : #5c3c7c;
-
+$oldpurple-color : #5c3c7c;
+$purple-color : #620062
$border-color: #ddd;
$white-color: #fff;