Use requirejs for clientside scripting
diff --git a/dev/scss/header.scss b/dev/scss/header.scss
index f2d1279..9876f80 100644
--- a/dev/scss/header.scss
+++ b/dev/scss/header.scss
@@ -4,8 +4,7 @@
header {
position: relative;
background-color: $light-green;
- @include light-noise;
-// background-color: $ids-grey-1;
+// @include light-noise;
@include box-sizing-box();
padding: 8px;
padding-bottom: 0;
diff --git a/dev/scss/kwic.scss b/dev/scss/kwic.scss
index a58c23e..0c91c7b 100644
--- a/dev/scss/kwic.scss
+++ b/dev/scss/kwic.scss
@@ -81,7 +81,7 @@
height: auto;
border-width: 2px;
background-color: $dark-orange;
- @include light-noise;
+// @include light-noise;
position: relative;
> div {
min-height: 42pt;
diff --git a/dev/scss/logos.scss b/dev/scss/logos.scss
index e9058ae..eb91e5e 100644
--- a/dev/scss/logos.scss
+++ b/dev/scss/logos.scss
@@ -99,6 +99,11 @@
}
}
+#overview {
+ text-align: center;
+ width: 100%;
+}
+
/*
#leibniz-logo, #ids-logo {
height: (130 / 20) + em;
diff --git a/dev/scss/util.scss b/dev/scss/util.scss
index 86bfb34..3321de1 100644
--- a/dev/scss/util.scss
+++ b/dev/scss/util.scss
@@ -19,7 +19,7 @@
$middle-orange: #ffd080;
$dark-orange: $ids-orange-1; // #ffa500;
$darker-orange: #ff8000;
-$darkest-orange: darken($dark-orange, 20%);
+$darkest-orange: #e55d00;
// $light-orange-2: #f4eebb;, #ffd080;
// Yellow: #fff48d