diff --git a/src/assets/styles/app.scss b/src/assets/styles/app.scss
index b653bdf29..9c5d4c317 100644
--- a/src/assets/styles/app.scss
+++ b/src/assets/styles/app.scss
@@ -491,6 +491,10 @@ body {
&.implementation-charts {
background-color: #FFFFFF;
}
+
+ .demo-footer {
+ background-color: #ededed;
+ }
}
&.content-submenu {
@@ -619,7 +623,7 @@ body {
@include border-radius-top(3px);
a {
- font-weight: 700;
+ font-weight: 400;
color: #34495e;
text-shadow: none;
height: inherit;
@@ -1412,5 +1416,9 @@ pre[class*="language-"] code {
> h4 {
color: #dedede !important
}
+
+ .demo-footer {
+ background-color: #535353 !important;
+ }
}
}
\ No newline at end of file
diff --git a/src/views/steps/ConfirmationDemo.vue b/src/views/steps/ConfirmationDemo.vue
index 88e2e16ea..cbe39c499 100755
--- a/src/views/steps/ConfirmationDemo.vue
+++ b/src/views/steps/ConfirmationDemo.vue
@@ -56,7 +56,7 @@
-
-